diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-16 10:51:02 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-16 10:51:02 -0300 |
| commit | a009875f82102244b915926689a8d4c6b4b2b676 (patch) | |
| tree | 33e20e3fe20f8dd4e7c4fb9ec7ea62580055d6f3 | |
| parent | git mv tmux/tmux.conf tmux.conf (diff) | |
| download | dotfiles-a009875f82102244b915926689a8d4c6b4b2b676.tar.gz dotfiles-a009875f82102244b915926689a8d4c6b4b2b676.tar.xz | |
tmux.conf: Change prefix
| -rw-r--r-- | tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ -# Instead of using "C-b" as a prefix, use "C-v" +# Use personal prefix over "C-b" unbind C-b -set -g prefix C-v +set -g prefix C-s # Turn on mouse mode # https://groups.google.com/forum/#!msg/tmux-users/TRwPgEOVqho/Ck_oth_SDgAJ |
