aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-06-15 00:10:11 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-06-15 00:10:11 +0200
commitf6b35620e54f420a1ea3f9c20a0bd8c31e6f6d98 (patch)
tree74c0c458484775cb5197941230dc4b741542c3c0 /tmux.conf
parent238d3c7ebb3c11f5c5a4a87ac633d0d7db1d39cb (diff)
downloaddotfiles-f6b35620e54f420a1ea3f9c20a0bd8c31e6f6d98.tar.gz
Moved leader key for tmux from Alt+x to Ctrl+x
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.conf b/tmux.conf
index 56d0cb3..4325302 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -3,10 +3,10 @@ set-window-option -g automatic-rename on
3set-option -g set-titles on 3set-option -g set-titles on
4 4
5# Leader key 5# Leader key
6set -g prefix M-x 6set -g prefix C-x
7 7
8# Send Ctrl+a to applications by pressing it twice 8# Send Ctrl+x to applications by pressing it twice
9bind M-x send-prefix 9bind C-x send-prefix
10 10
11# Start windows number @1 Instead of @0 11# Start windows number @1 Instead of @0
12set -g base-index 1 12set -g base-index 1