Update vim init to lua
This commit is contained in:
committed by
Martin Pander
parent
9748f419f0
commit
ba753ce503
@ -14,6 +14,8 @@ set -g display-time 1500
|
||||
|
||||
#set-option -g default-shell /bin/zsh
|
||||
|
||||
set -g allow-rename off
|
||||
|
||||
#######################################
|
||||
# key bindings
|
||||
#######################################
|
||||
@ -34,6 +36,10 @@ bind-key -n M-J switch-client -n
|
||||
bind-key -n M-L next-window
|
||||
bind-key -n M-H previous-window
|
||||
|
||||
bind '"' split-window -c "#{pane_current_path}"
|
||||
bind % split-window -h -c "#{pane_current_path}"
|
||||
bind c new-window -a -c "#{pane_current_path}"
|
||||
|
||||
#######################################
|
||||
# status line
|
||||
#######################################
|
||||
|
||||
Reference in New Issue
Block a user