aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-01-23 16:18:09 +0800
committerGuangxiong Lin <[email protected]>2022-01-23 16:18:09 +0800
commit5aeca8955b097dc6c1be76053fd5221aa9137578 (patch)
tree489a0ea7b154ac41afe437f58439193bd66736d6 /.tmux.conf
parentbf123830ed9c0574b8cba35c0d6f18dd9b9e47a0 (diff)
downloaddotfiles-5aeca8955b097dc6c1be76053fd5221aa9137578.tar.gz
dotfiles-5aeca8955b097dc6c1be76053fd5221aa9137578.tar.bz2
dotfiles-5aeca8955b097dc6c1be76053fd5221aa9137578.zip
Update key binds in .tmux.conf
The prefix n is used to switch focus on window by default. It is more useful than create new session. So it is set to default macro.
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index b9e699a..de5fdda 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -18,7 +18,6 @@ set-window-option -g mode-keys vi
# navigation
-bind n new-session
bind f command-prompt -p find-session: 'switch-client -t %%'
bind | split-window -h -c '#{pane_current_path}'