diff options
author | Mole Shang <[email protected]> | 2023-06-08 11:58:09 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2023-06-08 11:58:41 +0800 |
commit | f5074f41b00f0bc7fad320a20e1db7ce5c041f31 (patch) | |
tree | 00485abefd552dc74bf7d260ee304fadcc96acd6 | |
parent | d36f8b296ec108b509929a617e23e8b1913d83c4 (diff) | |
download | dotfiles-f5074f41b00f0bc7fad320a20e1db7ce5c041f31.tar.gz dotfiles-f5074f41b00f0bc7fad320a20e1db7ce5c041f31.tar.bz2 dotfiles-f5074f41b00f0bc7fad320a20e1db7ce5c041f31.zip |
.tmux.conf.local: update to 20230608
No more Ctrl-a cuz it will overwrite bash's key binding.
-rw-r--r-- | .tmux.conf.local | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.tmux.conf.local b/.tmux.conf.local index 17c4342..401e434 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -338,11 +338,11 @@ set -g mouse on #set -g mode-keys vi # replace C-b by C-a instead of using both prefixes -# set -gu prefix2 -# unbind C-a +set -gu prefix2 +unbind C-a # unbind C-b -# set -g prefix C-a -# bind C-a send-prefix +set -g prefix2 C-q +bind C-q send-prefix -1 # move status line to top #set -g status-position top |