diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-09 09:43:52 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-01-09 09:43:52 +0530 |
commit | 39dc13fab97ae0f26fb5831d1fc5325c9183e18e (patch) | |
tree | 70c2a0ca18ad5386dbc708e101a17a1be2c2e4b1 | |
parent | 46cc0c81aec35cd48519e96a8fd6639f4c8c0ece (diff) |
modules/tmux: start window index from 1
-rw-r--r-- | modules/tmux.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tmux.nix b/modules/tmux.nix index 46b57f0..cb41e7d 100644 --- a/modules/tmux.nix +++ b/modules/tmux.nix @@ -9,6 +9,7 @@ set-option -g prefix C-a unbind-key C-b bind-key C-a send-prefix + set -g base-index 1 setw -g pane-base-index 1 set -g history-limit 10000 |