添加tmux配置
This commit is contained in:
Binary file not shown.
8
dot/.tmux.conf
Normal file
8
dot/.tmux.conf
Normal 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
|
||||
Reference in New Issue
Block a user