diff options
author | William Carroll <wpcarro@gmail.com> | 2016-11-10T22·57-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-11-10T22·57-0500 |
commit | 62cabc2e996bd3286fde9c0aa981ad96456c550a (patch) | |
tree | c9b767f75e866d4c0c1d29b7257a9f7e3a075bed /configs/.tmux.conf | |
parent | 662c668c486d257c8d97ff839bd5c63f337d1f85 (diff) |
Changes tmux prefix and updates vimrc
Diffstat (limited to 'configs/.tmux.conf')
-rw-r--r-- | configs/.tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/.tmux.conf b/configs/.tmux.conf index 59568dfcb59c..904c95892c53 100644 --- a/configs/.tmux.conf +++ b/configs/.tmux.conf @@ -1,5 +1,9 @@ source-file "${HOME}/makersquare/tmux-themepack/powerline/block/green.tmuxtheme" +unbind C-b +set -g prefix C-a +bind C-a send-prefix + bind-key -r -T prefix k select-pane -U bind-key -r -T prefix j select-pane -D |