We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7ea14 commit 0a2e706Copy full SHA for 0a2e706
home/.config/lf/vim-fzf.sh home/.config/lf/edit-fzf.shhome/.config/lf/vim-fzf.sh renamed to home/.config/lf/edit-fzf.sh
home/.config/lf/lfrc
@@ -8,10 +8,11 @@ set incsearch
8
set findlen 0
9
set previewer ~/.config/lf/preview.sh
10
set hiddenfiles ".DS_Store:.git:.gitignore:~/[.ADLMP]*:!~/.config"
11
+set promptfmt "\033[33;1m%w\033[0m\033[34;1m%f\033[0m"
12
13
### Mappings ###
14
map <c-g> $lf -remote "send $id cd '$(~/.config/lf/cd-fzf.sh)'"
-map <c-f> $(~/.config/lf/vim-fzf.sh)
15
+map <c-f> $(~/.config/lf/edit-fzf.sh)
16
map <enter> shell
17
map <esc> quit
18
map H push <f-1>
@@ -20,3 +21,6 @@ map X !$f
20
21
map D :delete
22
map L $lazygit
23
map B $hub browse
24
+map E push $nonest_nvim<space>
25
+map Z2 $lf -remote "send $id set ratios 1:2"
26
+map Z3 $lf -remote "send $id set ratios 1:2:3"
0 commit comments