Fix some keybindings.

This commit is contained in:
staticsafe 2014-04-18 14:43:16 -04:00
parent 550b572d4b
commit 02f1ee6a26
1 changed files with 2 additions and 3 deletions

View File

@ -26,7 +26,6 @@ bind x lock-server
# screen ^C c
unbind ^C
bind ^C new-window
bind c
bind c new-window
# detach ^D d
@ -72,8 +71,8 @@ unbind w
bind w list-windows
# quit \
unbind \
bind \ confirm-before "kill-server"
unbind "\"
bind "\" confirm-before "kill-server"
# kill K k
unbind K