Changed pane swithing keybinds to something more vim-like and started useing vim
This commit is contained in:
2
tmux/dev
2
tmux/dev
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user