Add vim option for tmux
This commit is contained in:
parent
728378eb2a
commit
497d5f863f
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ unbind C-b
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
setw -g pane-base-index 1
|
setw -g pane-base-index 1
|
||||||
|
|
||||||
|
# Make vim more responsive
|
||||||
|
set -sg escape-time 10
|
||||||
|
|
||||||
bind-key C-o last-window
|
bind-key C-o last-window
|
||||||
bind-key C-a select-pane -t :.+
|
bind-key C-a select-pane -t :.+
|
||||||
bind-key a send-prefix
|
bind-key a send-prefix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue