Add fish_user_key_bindings function;

Remove fish_vi_key_bindings customer version;
Rebind tmux prefix to Ctrl-a
This commit is contained in:
mitchell 2020-03-01 22:32:03 -05:00
parent 596adebf72
commit b19ef12408
3 changed files with 7 additions and 278 deletions

View file

@ -2,6 +2,10 @@ set -g default-terminal "xterm-256color"
setw -g mouse on
setw -g mode-keys vi
set -g prefix C-a
bind C-a send-prefix
unbind C-b
bind j select-pane -D
bind k select-pane -U
bind h select-pane -L