diff --git a/modules/home/tmux/default.nix b/modules/home/tmux/default.nix index ca99fdc..dc7fed1 100644 --- a/modules/home/tmux/default.nix +++ b/modules/home/tmux/default.nix @@ -81,13 +81,6 @@ in ]; extraConfig = '' - # Refresh configuration - bind-key -N "Source tmux.conf" R source-file ${config.xdg.configHome}/tmux/tmux.conf \; display-message "Sourced tmux.conf!" - - # Accept sloppy Ctrl key when switching windows, on top of default mapping - bind-key -N "Select the previous window" C-p previous-window - bind-key -N "Select the next window" C-n next -window - # Better vim mode bind-key -T copy-mode-vi 'v' send -X begin-selection ${ diff --git a/modules/home/xdg/default.nix b/modules/home/xdg/default.nix index 803167f..270200e 100644 --- a/modules/home/xdg/default.nix +++ b/modules/home/xdg/default.nix @@ -30,10 +30,11 @@ in }; # A tidy home is a tidy mind dataFile = { - "tig/.keep".text = ""; # `tig` uses `XDG_DATA_HOME` specifically... + "bash/.keep".text = ""; + "gdb/.keep".text = ""; + "tig/.keep".text = ""; }; stateFile = { - "bash/.keep".text = ""; "python/.keep".text = ""; }; };