Vim / tmux integration

This commit is contained in:
Ian Keane 2021-03-15 19:09:16 +00:00
parent acd1b988eb
commit 42b6817e39
2 changed files with 13 additions and 10 deletions

View file

@ -1,8 +1,9 @@
set-option -g default-shell /bin/zsh
set -g default-terminal "rxvt-unicode-256color"
set -g default-terminal "screen-256color"
# set-window-option -g mode-keys vi
set-window-option -g automatic-rename on
set-window-option mode-keys vi
bind h split-window -h -c "#{pane_current_path}"
bind v split-window -v -c "#{pane_current_path}"