diff options
author | Guangxiong Lin <[email protected]> | 2022-01-23 16:18:09 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-01-23 16:18:09 +0800 |
commit | 5aeca8955b097dc6c1be76053fd5221aa9137578 (patch) | |
tree | 489a0ea7b154ac41afe437f58439193bd66736d6 | |
parent | bf123830ed9c0574b8cba35c0d6f18dd9b9e47a0 (diff) | |
download | dotfiles-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.
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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}' |