From dd1633e69c90eb6fd9cb8c408488dc24ab76931b Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Thu, 16 Jan 2020 13:34:59 -0600 Subject: [PATCH] start numbering at 1 in tmux --- dotfiles/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/tmux.nix b/dotfiles/tmux.nix index b1d63c4..bee8ae9 100644 --- a/dotfiles/tmux.nix +++ b/dotfiles/tmux.nix @@ -5,6 +5,7 @@ shortcut = "a"; keyMode = "vi"; secureSocket = false; + baseIndex = 1; extraConfig = '' set -ga terminal-overrides ",*col*:Tc"