Fix tmux reset conf issues

This commit is contained in:
2015-03-05 07:31:31 -05:00
parent 8d0a5fd751
commit 51d4e2ff5f
2 changed files with 4 additions and 4 deletions

View File

@@ -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