diff options
| author | Mike Vink <mike.vink@stater.nl> | 2023-05-17 19:12:34 +0000 |
|---|---|---|
| committer | Mike Vink <mike.vink@stater.nl> | 2023-05-17 19:12:34 +0000 |
| commit | b25d7dbbbe17d640cb472e569cc8e9dd6d4cf66c (patch) | |
| tree | 38c2cb694544d23ca882f3ef633df8622fb100a3 /home.nix | |
| parent | 8fd8826af43842c1ec4e5a3a6046dad41d93257d (diff) | |
update kakoune.nix
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,9 @@ enable = true; extraConfig = '' set-option -g default-shell ${pkgs.bashInteractive}/bin/bash + set -s set-clipboard on + set -g default-terminal "tmux-256color" + set-option -sa terminal-overrides ",xterm-256color:RGB" set-option -g focus-events on set-option -sg escape-time 10 ''; |
