mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
Fix tmux reset conf issues
This commit is contained in:
@@ -5,13 +5,13 @@ bind-key Space next-layout
|
||||
bind-key ! break-pane
|
||||
bind-key '"' split-window
|
||||
bind-key '#' list-buffers
|
||||
bind-key $ command-prompt -I #S "rename-session '%%'"
|
||||
bind-key '$' command-prompt -I '#S' "rename-session '%%'"
|
||||
bind-key % split-window -h
|
||||
bind-key & confirm-before -p "kill-window #W? (y/n)" kill-window
|
||||
bind-key "'" command-prompt -p index "select-window -t ':%%'"
|
||||
bind-key ( switch-client -p
|
||||
bind-key ) switch-client -n
|
||||
bind-key , command-prompt -I #W "rename-window '%%'"
|
||||
bind-key , command-prompt -I '#W' "rename-window '%%'"
|
||||
bind-key - delete-buffer
|
||||
bind-key . command-prompt "move-window -t '%%'"
|
||||
bind-key 0 select-window -t :0
|
||||
@@ -49,7 +49,7 @@ bind-key x confirm-before -p "kill-pane #P? (y/n)" kill-pane
|
||||
bind-key z resize-pane -Z
|
||||
bind-key { swap-pane -U
|
||||
bind-key } swap-pane -D
|
||||
bind-key ~ show-messages
|
||||
bind-key '~' show-messages
|
||||
bind-key PPage copy-mode -u
|
||||
bind-key -r Up select-pane -U
|
||||
bind-key -r Down select-pane -D
|
||||
|
||||
Submodule link/vim-config updated: 2b8caf5f87...c6c8b5f6af
Reference in New Issue
Block a user