Files
dotfiles/dot/.tmux.conf
2021-06-28 01:05:43 +08:00

9 lines
164 B
Bash

# 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