diff options
Diffstat (limited to 'profiles/core')
| -rw-r--r-- | profiles/core/home.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/core/home.nix b/profiles/core/home.nix index 198e5a7..d332469 100644 --- a/profiles/core/home.nix +++ b/profiles/core/home.nix @@ -97,6 +97,7 @@ enable = true; extraConfig = '' set-option -g default-shell ${pkgs.bashInteractive}/bin/bash + set -g status off set -s set-clipboard on setw -g mouse on set -g default-terminal "st-256color" @@ -107,8 +108,6 @@ # set -g prefix C-space # bind C-space send-prefix - bind-key R source ${config.hm.xdg.configHome}/tmux/tmux.conf; display-message "sourced ${config.hm.xdg.configHome}/tmux/tmux.conf!" - set-window-option -g mode-keys vi bind-key -T copy-mode-vi v send -X begin-selection bind-key -T copy-mode-vi V send -X select-line |
