mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-11 17:35:25 +08:00
Fix fzf opener
This commit is contained in:
parent
c03d0bbc0e
commit
c146d0cbf8
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ let
|
|||
shellAliases = {
|
||||
e = "nvim";
|
||||
ee = ''
|
||||
fzf --bind "enter:execute(nvim {})"
|
||||
nvim (fzf)
|
||||
'';
|
||||
g = "git";
|
||||
lg = "lazygit";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue