summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2025-01-20 13:37:48 +0200
committerDrNuget <drnuget@outlook.com>2025-01-20 13:37:48 +0200
commit1347146aac2b7f94f0f70847dc9d2d668afcfe9d (patch)
treed431cd0df2139c7713fd525e2a78726dc9860e1d
parent3786dd760bc0e0170ba9279bf10c8edd6f3f8d97 (diff)
tmux.conf added small configs
-rw-r--r--.tmux.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index ea783a3..31f0776 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,3 +1,9 @@
+bind n split-window -h
+bind m split-window -v
+bind r source-file ~/.tmux.conf
+set -g status-fg white
+set -g status-bg black
+
# Smart pane switching with awareness of Vim splits.
# See: https://github.com/christoomey/vim-tmux-navigator
is_vim="ps -o state= -o comm= -t '#{pane_tty}' \