Skip to content

Commit 0a2e706

Browse files
committed
fix: improve lf configs
1 parent bb7ea14 commit 0a2e706

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

home/.config/lf/lfrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ set incsearch
88
set findlen 0
99
set previewer ~/.config/lf/preview.sh
1010
set hiddenfiles ".DS_Store:.git:.gitignore:~/[.ADLMP]*:!~/.config"
11+
set promptfmt "\033[33;1m%w\033[0m\033[34;1m%f\033[0m"
1112

1213
### Mappings ###
1314
map <c-g> $lf -remote "send $id cd '$(~/.config/lf/cd-fzf.sh)'"
14-
map <c-f> $(~/.config/lf/vim-fzf.sh)
15+
map <c-f> $(~/.config/lf/edit-fzf.sh)
1516
map <enter> shell
1617
map <esc> quit
1718
map H push <f-1>
@@ -20,3 +21,6 @@ map X !$f
2021
map D :delete
2122
map L $lazygit
2223
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

Comments
 (0)