diff options
Diffstat (limited to '.config/.tmux.conf')
| -rw-r--r-- | .config/.tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/.tmux.conf b/.config/.tmux.conf index 12fb1b5..3c53d59 100644 --- a/.config/.tmux.conf +++ b/.config/.tmux.conf @@ -1,3 +1,3 @@ -set-option -g prefix M-a +set-option -g prefix C-t unbind-key C-b -bind-key M-a send-prefix +bind-key C-t send-prefix |
