some "updates"
This commit is contained in:
parent
92ab3ea660
commit
d3428aafc8
4 changed files with 14 additions and 17 deletions
|
@ -3,12 +3,14 @@ set -g mouse off
|
|||
|
||||
unbind C-b
|
||||
set -g prefix C-f
|
||||
bind-key C-f send-prefix
|
||||
bind C-f send-prefix
|
||||
unbind C-l
|
||||
unbind l
|
||||
|
||||
# bind -n M-h select-pane -L
|
||||
# bind -n M-j select-pane -D
|
||||
# bind -n M-k select-pane -U
|
||||
# bind -n M-l select-pane -R
|
||||
bind h select-pane -L
|
||||
bind j select-pane -D
|
||||
bind k select-pane -U
|
||||
bind l select-pane -R
|
||||
|
||||
#reload config file
|
||||
bind r source-file ~/.config/tmux/tmux.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue