添加tmux配置

This commit is contained in:
2021-06-28 01:05:43 +08:00
parent 5ea12e54fe
commit 1b1a6b95c0
5 changed files with 20 additions and 6 deletions

Binary file not shown.

8
dot/.tmux.conf Normal file
View File

@@ -0,0 +1,8 @@
# remapping M-Space to prefix
set -g prefix M-Space
unbind C-b
bind-key M-Space send-prefix
# set ` as secondary prefix
set -g prefix2 `
bind-key ` send-prefix -2