Improve tmux options
This commit is contained in:
+2
-2
@@ -22,11 +22,11 @@
|
|||||||
programs.tmux = {
|
programs.tmux = {
|
||||||
enable = true;
|
enable = true;
|
||||||
keyMode = "vi";
|
keyMode = "vi";
|
||||||
shell = "~/.nix-profile/bin/xonsh";
|
shell = "${pkgs.xonsh}/bin/xonsh";
|
||||||
terminal = "xterm-256color";
|
terminal = "xterm-256color";
|
||||||
customPaneNavigationAndResize = true;
|
customPaneNavigationAndResize = true;
|
||||||
|
#"set-option -g default-command ${pkgs.xonsh}/bin/xonsh"
|
||||||
extraConfig = (lib.strings.concatStringsSep "\n" [
|
extraConfig = (lib.strings.concatStringsSep "\n" [
|
||||||
"set-option -g default-command ~/.nix-profile/bin/xonsh"
|
|
||||||
"bind P paste-buffer"
|
"bind P paste-buffer"
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user