Added plugins to vim and changed some of the keybinds
This commit is contained in:
3
tmux/dev
3
tmux/dev
@@ -7,12 +7,11 @@ split-window -h -c "$pane_current_path"
|
||||
|
||||
select-pane -t 0
|
||||
|
||||
send-keys -t 0 'cd src' C-m
|
||||
send-keys -t 0 'vim' C-m
|
||||
|
||||
send-keys -t 1 'cd src' C-m
|
||||
send-keys -t 1 'clear' C-m
|
||||
|
||||
send-keys -t 3 'tmux rename-window "Dev: $(basename $PWD)"' C-m
|
||||
send-keys -t 3 'tmux rename-window "$(basename $PWD)"' C-m
|
||||
send-keys -t 3 'clear' C-m
|
||||
send-keys -t 3 'git status' C-m
|
||||
|
||||
Reference in New Issue
Block a user