Cleanup tmux config
This commit is contained in:
@@ -2,11 +2,13 @@
|
|||||||
{
|
{
|
||||||
programs.tmux = {
|
programs.tmux = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mouse = true;
|
mouse = false;
|
||||||
|
shell = "${pkgs.fish}/bin/fish";
|
||||||
shortcut = "s";
|
shortcut = "s";
|
||||||
baseIndex = 1;
|
baseIndex = 1;
|
||||||
keyMode = "vi";
|
keyMode = "vi";
|
||||||
customPaneNavigationAndResize = true;
|
customPaneNavigationAndResize = true;
|
||||||
|
terminal = "xterm-256color";
|
||||||
|
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
tmuxPlugins.sensible
|
tmuxPlugins.sensible
|
||||||
@@ -29,6 +31,8 @@ set-option -g status-fg '#aaaaaa'
|
|||||||
|
|
||||||
# Toggle mouse-mode
|
# Toggle mouse-mode
|
||||||
bind m set-window-option mouse
|
bind m set-window-option mouse
|
||||||
|
|
||||||
|
set-option -g default-command ${pkgs.fish}/bin/fish
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user