mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add fish_user_key_bindings function;
Remove fish_vi_key_bindings customer version; Rebind tmux prefix to Ctrl-a
This commit is contained in:
parent
596adebf72
commit
b19ef12408
3 changed files with 7 additions and 278 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue