Changed pane swithing keybinds to something more vim-like and started useing vim

This commit is contained in:
2014-08-28 00:15:46 +02:00
parent 45e50fb744
commit def1a9a238
3 changed files with 10 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ split-window -h -c "$pane_current_path"
select-pane -t 0
send-keys -t 0 'cd src' C-m
send-keys -t 0 'nano -F' C-m
send-keys -t 0 'vim' C-m
send-keys -t 1 'cd src' C-m
send-keys -t 1 'clear' C-m

View File

@@ -2,7 +2,7 @@ select-pane -t 0
split-window -h -p 21 -c "$pane_current_patch"
select-pane -t 0
send-keys -t 0 'nano -F' C-m
send-keys -t 0 'vim' C-m
send-keys -t 1 'tmux rename-window "Dev: $(basename)"' C-m
send-keys -t 1 'clear' C-m