Vim / tmux integration
This commit is contained in:
parent
acd1b988eb
commit
42b6817e39
2 changed files with 13 additions and 10 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue