summary refs log tree commit diff
path: root/tmux.conf
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-07-19 20:08:32 -0700
committerFranck Cuny <franckcuny@gmail.com>2015-07-19 20:08:32 -0700
commit4f9a9769ba72cdb7dadb23eb48fc3a11ba83984f (patch)
tree97423aad757c0122474ba2b7ccb962e6c2cc381d /tmux.conf
parent[emacs] fix configuration for fci (diff)
downloademacs.d-4f9a9769ba72cdb7dadb23eb48fc3a11ba83984f.tar.gz
[tmux] remove some bindings, use default instead.
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/tmux.conf b/tmux.conf
index f3bc368..3333b65 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -5,10 +5,6 @@ set -g mouse-select-pane on
 set -g status off
 setw -g aggressive-resize on
 
-bind ^F choose-window
-bind ^N new-window
-bind ^D detach-client
-bind ^[ copy-mode
 bind | split-window -h
 bind - split-window -v