mirror of
https://github.com/nmasur/dotfiles
synced 2025-08-23 09:04:41 +00:00
Compare commits
3 Commits
4755a27089
...
3b6b4bd2e6
Author | SHA1 | Date | |
---|---|---|---|
|
3b6b4bd2e6 | ||
|
6f06b0a0c5 | ||
|
d3e69faf2f |
@@ -147,6 +147,8 @@ in
|
||||
"keep_primary_selection"
|
||||
];
|
||||
|
||||
space.q = ":quit";
|
||||
|
||||
# Enable and disable inlay hints
|
||||
space.H = ":toggle lsp.display-inlay-hints";
|
||||
|
||||
@@ -161,7 +163,7 @@ in
|
||||
space.l = [
|
||||
":write-all"
|
||||
":new"
|
||||
":insert-output ${lib.getExe pkgs.lazygit}"
|
||||
":insert-output ${lib.getExe pkgs.lazygit} > /dev/tty"
|
||||
":buffer-close!"
|
||||
":redraw"
|
||||
":reload-all"
|
||||
|
@@ -185,6 +185,19 @@ in
|
||||
];
|
||||
};
|
||||
};
|
||||
"bind \"Alt Shift j\"" = {
|
||||
Run = {
|
||||
_args = [
|
||||
(lib.getExe pkgs.lazyjj)
|
||||
];
|
||||
close_on_exit = true;
|
||||
floating = true;
|
||||
x = "5%";
|
||||
y = "5%";
|
||||
width = "90%";
|
||||
height = "90%";
|
||||
};
|
||||
};
|
||||
"bind \"Super Shift ]\"" = {
|
||||
GoToNextTab = { };
|
||||
};
|
||||
@@ -208,11 +221,6 @@ in
|
||||
_args = [ "scroll" ];
|
||||
};
|
||||
};
|
||||
"bind \"Alt k\"" = lib.mkIf pkgs.stdenv.isLinux {
|
||||
SwitchToMode = {
|
||||
_args = [ "scroll" ];
|
||||
};
|
||||
};
|
||||
"bind \"Super Shift e\"" = lib.mkIf pkgs.stdenv.isDarwin {
|
||||
EditScrollback = { };
|
||||
SwitchToMode = {
|
||||
|
Reference in New Issue
Block a user