diff options
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/tmux.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/home/tmux.nix b/modules/home/tmux.nix index fa01331..f084f35 100644 --- a/modules/home/tmux.nix +++ b/modules/home/tmux.nix @@ -8,6 +8,8 @@ set -g default-terminal "tmux-256color" set -ag terminal-overrides ",xterm-256color:RGB" + set -g default-command "$SHELL -l" + set -g prefix C-s set -g mouse on |
