From 6ccdf81e34db06f0dca6ae22900636a24bd421c3 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 22 Oct 2023 16:49:06 +0200 Subject: add some config to change folders --- profiles/core/home.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'profiles/core') 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 -- cgit v1.2.3