From 39dc13fab97ae0f26fb5831d1fc5325c9183e18e Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 9 Jan 2024 09:43:52 +0530 Subject: modules/tmux: start window index from 1 --- modules/tmux.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') 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 -- cgit v1.2.3