Добавлена настройка editor-vi

atratsevskiy
Alexander Tratsevskiy 8 years ago
parent 762fe30c29
commit d60fc7ab13

@ -1,5 +1,7 @@
# User Profile Settings
[profile]
# Vim-like
editor-vi = on
# Font size
font-size = 10
keyboard-delay = 360

@ -18,3 +18,14 @@ set -g window-status-separator ' '
setw -g window-status-current-bg white
setw -g window-status-current-fg black
#?ini(profile.editor-vi)==on#
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
bind -r H resize-pane -L 1
bind -r J resize-pane -D 1
bind -r K resize-pane -U 1
bind -r L resize-pane -R 1
#ini#

Loading…
Cancel
Save