summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}' \