mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
Merge branch 'tmux-binds'
This commit is contained in:
commit
639f93a762
@ -14,7 +14,7 @@ bind - split-window -v -c '#{pane_current_path}'
|
|||||||
# Move between panes with vi keys
|
# Move between panes with vi keys
|
||||||
bind h select-pane -L
|
bind h select-pane -L
|
||||||
bind j select-pane -D
|
bind j select-pane -D
|
||||||
bind k select-pane -U
|
bind K select-pane -U
|
||||||
bind l select-pane -R
|
bind l select-pane -R
|
||||||
|
|
||||||
# Split out pane
|
# Split out pane
|
||||||
@ -22,6 +22,7 @@ bind b break-pane
|
|||||||
|
|
||||||
# Copy mode works as Vim
|
# Copy mode works as Vim
|
||||||
bind Escape copy-mode
|
bind Escape copy-mode
|
||||||
|
bind k copy-mode
|
||||||
bind C-[ copy-mode
|
bind C-[ copy-mode
|
||||||
bind p paste-buffer
|
bind p paste-buffer
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user