unbound ctrl+[h,j,k,l] in .bashrc to use for navigation in tmux
added ctrl+[h,j,k,l] to tmux.conf for navigating panes Please enter the commit message for your changes. Lines starting
This commit is contained in:
@@ -9,8 +9,13 @@ set-option -g prefix C-Space
|
||||
# general keybindings
|
||||
bind r source-file ~/.config/tmux/tmux.conf \; display-message "config reloaded"
|
||||
|
||||
bind -n S-Left previous-window
|
||||
bind -n S-Right next-window
|
||||
bind -n M-S-Left previous-window
|
||||
bind -n M-S-Right next-window
|
||||
|
||||
bind -n C-h select-pane -L
|
||||
bind -n C-j select-pane -D
|
||||
bind -n C-k select-pane -U
|
||||
bind -n C-l select-pane -R
|
||||
|
||||
# enable mouse support
|
||||
set -g mouse on
|
||||
|
||||
Reference in New Issue
Block a user