diff --git a/.tmux.conf b/.tmux.conf index d35c15e..bdc8eec 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,6 +3,9 @@ set -g prefix ` bind-key ` last-window bind-key e send-prefix +bind h split-window -h +bind v split-window -v + set -g status-position bottom set -g status-bg colour234 set -g status-fg colour137 diff --git a/.vimrc b/.vimrc index 6bea11f..7c99c6b 100644 --- a/.vimrc +++ b/.vimrc @@ -8,3 +8,5 @@ set hlsearch set ruler highlight Comment ctermfg=green +map 9 $ +nnoremap \ :