diff options
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/tmux.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 81ed9b8..6e70fce 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -22,9 +22,9 @@ run '~/.tmux/plugins/tpm/tpm' set -g mouse on -unbind C-b -set -g prefix C-Space -bind C-Space send-prefix +#unbind C-b +#set -g prefix C-Space +#bind C-Space send-prefix # Vim style pane selection bind h select-pane -L |