aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2021-06-11 21:33:49 +0900
committernsfisis <nsfisis@gmail.com>2021-06-11 21:33:49 +0900
commit05fd1b13609d50442311edf63cc4da442af91513 (patch)
tree77f033dee6131472413af7a04bfae4c071f9b734
parentf9237bbabe1bdcb406d389839c57779564db4276 (diff)
downloaddotfiles-05fd1b13609d50442311edf63cc4da442af91513.tar.gz
dotfiles-05fd1b13609d50442311edf63cc4da442af91513.tar.zst
dotfiles-05fd1b13609d50442311edf63cc4da442af91513.zip
Update .tmux.conf: unbind key bindings in root table
-rw-r--r--.tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 36c9afb..3f95ce2 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -31,7 +31,8 @@ set-option -g pane-border-lines double
# KEY BINDINGS {{{1
-unbind-key -a
+unbind-key -a -T root
+unbind-key -a -T prefix
set-option -g status-keys emacs
set-option -g prefix C-t