homemanager | lf - remove some extra commands
This commit is contained in:
parent
e318d9653e
commit
17c641196b
1 changed files with 1 additions and 5 deletions
|
|
@ -6,7 +6,6 @@
|
|||
programs.lf = {
|
||||
enable = true;
|
||||
commands = {
|
||||
dragon-out = ''%${pkgs.xdragon}/bin/xdragon -a -x "$fx"'';
|
||||
editor-open = ''$$EDITOR $f'';
|
||||
mkdir = ''
|
||||
''${{
|
||||
|
|
@ -27,14 +26,11 @@
|
|||
"\\'" = "mark-load";
|
||||
"<enter>" = "open";
|
||||
|
||||
do = "dragon-out";
|
||||
|
||||
"g~" = "cd";
|
||||
gh = "cd";
|
||||
"g/" = "/";
|
||||
|
||||
ee = "editor-open";
|
||||
V = ''$${pkgs.bat}/bin/bat --paging=always --theme=gruvbox "$f"'';
|
||||
e = "editor-open";
|
||||
|
||||
# ...
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue