diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-16 02:49:33 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-16 02:49:33 +0200 |
| commit | 6c80d1954a131ed2a23d09bc384a8dffcfb67336 (patch) | |
| tree | 6ca6c29a04a689bacdfbc616e50cef2bcc079e0f /tmux.conf | |
| parent | f6b35620e54f420a1ea3f9c20a0bd8c31e6f6d98 (diff) | |
| download | dotfiles-6c80d1954a131ed2a23d09bc384a8dffcfb67336.tar.gz | |
Updated a bunch of files
Diffstat (limited to 'tmux.conf')
| -rw-r--r-- | tmux.conf | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -3,10 +3,10 @@ set-window-option -g automatic-rename on | |||
| 3 | set-option -g set-titles on | 3 | set-option -g set-titles on |
| 4 | 4 | ||
| 5 | # Leader key | 5 | # Leader key |
| 6 | set -g prefix C-x | 6 | set -g prefix M-x |
| 7 | 7 | ||
| 8 | # Send Ctrl+x to applications by pressing it twice | 8 | # Send M+x to applications by pressing it twice |
| 9 | bind C-x send-prefix | 9 | bind M-x send-prefix |
| 10 | 10 | ||
| 11 | # Start windows number @1 Instead of @0 | 11 | # Start windows number @1 Instead of @0 |
| 12 | set -g base-index 1 | 12 | set -g base-index 1 |
