diff options
author | Florian Pritz <f-p@gmx.at> | 2009-07-03 14:03:28 +0200 |
---|---|---|
committer | Florian Pritz <f-p@gmx.at> | 2009-07-03 14:03:28 +0200 |
commit | f230b1397c158e849180ce89337d50f05a846521 (patch) | |
tree | b911f9a12204b802bd012f769cda6346ae728f8a | |
parent | 9f0cb916cdd80b9216621b4dfafdab830a609b47 (diff) | |
download | dotfiles-f230b1397c158e849180ce89337d50f05a846521.tar.gz dotfiles-f230b1397c158e849180ce89337d50f05a846521.tar.xz |
remove 2 screen keybindings
-rw-r--r-- | .screenrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -89,9 +89,9 @@ msgwait 1 # bind F5 to move to previous window # bind F6 to move to next window bindkey -k k7 detach -bindkey -k k8 kill +#bindkey -k k8 kill bindkey -k k9 screen -bindkey -k k; title +#bindkey -k k; title bindkey -k k5 prev bindkey -k k6 next |