Compare commits

..

No commits in common. "06f2309e9f94d4679c8225948aedea14ec7e0906" and "89925ecbcbbbabea1c7ef7d2029c8cc3f22116e8" have entirely different histories.

3 changed files with 2 additions and 16 deletions

View File

@ -13,13 +13,6 @@
auto-optimise-store = true; auto-optimise-store = true;
use-xdg-base-directories = true; use-xdg-base-directories = true;
trusted-users = [ "@wheel" ]; trusted-users = [ "@wheel" ];
substituters = [
"https://nix-community.cachix.org"
"https://cache.nixos.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
}; };
gc = { gc = {
automatic = true; automatic = true;
@ -27,4 +20,4 @@
options = "--delete-older-than 7d"; options = "--delete-older-than 7d";
}; };
}; };
} }

View File

@ -10,13 +10,6 @@
"nix-command" "nix-command"
"flakes" "flakes"
]; ];
substituters = [
"https://nix-community.cachix.org"
"https://cache.nixos.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
auto-optimise-store = true; auto-optimise-store = true;
use-xdg-base-directories = true; use-xdg-base-directories = true;
trusted-users = [ "@wheel" ]; trusted-users = [ "@wheel" ];

View File

@ -153,7 +153,7 @@ return {
["<C-h>"] = actions.preview_scrolling_left, ["<C-h>"] = actions.preview_scrolling_left,
["<C-l>"] = actions.preview_scrolling_right, ["<C-l>"] = actions.preview_scrolling_right,
["<C-d>"] = actions.cycle_history_next, ["<C-d>"] = actions.cycle_history_next,
["<A-x>"] = actions.delete_buffer, ["<A-x>"] = actions.delete_buffer + actions.move_to_top,
["<C-s>"] = actions.cycle_history_prev, ["<C-s>"] = actions.cycle_history_prev,
["<C-q>"] = actions.smart_send_to_qflist, ["<C-q>"] = actions.smart_send_to_qflist,
}, },