Skip to content

Commit

Permalink
start numbering at 1 in tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 16, 2020
1 parent 09b42c4 commit dd1633e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotfiles/tmux.nix
Expand Up @@ -5,6 +5,7 @@
shortcut = "a";
keyMode = "vi";
secureSocket = false;
baseIndex = 1;
extraConfig = ''
set -ga terminal-overrides ",*col*:Tc"
Expand Down

0 comments on commit dd1633e

Please sign in to comment.