Add tmux paste binding
This commit is contained in:
+4
-1
@@ -43,7 +43,10 @@ in {
|
||||
shell = "${pkgs.xonsh}/bin/xonsh";
|
||||
terminal = "xterm-256color";
|
||||
customPaneNavigationAndResize = true;
|
||||
extraConfig = "set-option -g default-command ${pkgs.xonsh}/bin/xonsh";
|
||||
extraConfig = (lib.strings.concatStringsSep "\n" [
|
||||
"set-option -g default-command ${pkgs.xonsh}/bin/xonsh"
|
||||
"bind P paste-buffer"
|
||||
]);
|
||||
};
|
||||
|
||||
home.stateVersion = "22.05";
|
||||
|
||||
Reference in New Issue
Block a user