diff options
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.tmux.conf b/%HOME%/.tmux.conf index 5a15e3c..e7c0fc0 100644 --- a/%HOME%/.tmux.conf +++ b/%HOME%/.tmux.conf @@ -1,7 +1,7 @@ # C-b is hella uncomfortable to press. unbind C-b set -g prefix C-j -bind C-j send-prefix +bind -n C-a send-prefix # Numbering starts at 1 instead of 0. set -g base-index 1 |