diff options
author | Alan Pearce | 2023-08-23 21:19:46 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-23 21:19:46 +0200 |
commit | 08203f26d9bf5c330cfdd7716fe10b511666d7bc (patch) | |
tree | 0757b8a6e14dcf708fc9cad38ad8e949398204cf /user/settings | |
parent | e94d8d3f6b5a12d5277fc156d7db1ecca083efca (diff) | |
download | nixfiles-08203f26d9bf5c330cfdd7716fe10b511666d7bc.tar.lz nixfiles-08203f26d9bf5c330cfdd7716fe10b511666d7bc.tar.zst nixfiles-08203f26d9bf5c330cfdd7716fe10b511666d7bc.zip |
fish: customise fzf keybindings
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/fish.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/fish.nix b/user/settings/fish.nix index f5b299eb..7dee70b4 100644 --- a/user/settings/fish.nix +++ b/user/settings/fish.nix @@ -35,6 +35,7 @@ ]; interactiveShellInit = '' bind \es __ghq_repository_search + fzf_configure_bindings --directory=\cx\cf ''; shellInit = '' if test -n $KITTY_INSTALLATION_DIR |