dotfiles/.config/lf/lfrc

23 lines
443 B
Plaintext
Raw Normal View History

2024-04-21 14:22:08 +02:00
set icons true
set autoquit true
set mouse true
set number true
set relativenumber true
set cursorpreviewfmt ""
2024-04-21 21:01:06 +02:00
cmd q quit
map <backspace2> quit
map <c-e> half-up
map . set hidden!
map o $nvim -c "lua require(\"oil\").open(\"$PWD\")"
2024-04-21 21:10:45 +02:00
map - $nvim -c "lua require(\"oil\").open(\"$PWD\")"
2024-04-21 21:01:06 +02:00
map <enter> open
2024-04-21 21:26:38 +02:00
cmd jump ${{
2024-04-24 00:00:18 +02:00
res=$(zsh -c "source $HOME/.zshrc && find_global d")
lf -remote "send $id cd \"$res\""
2024-04-21 21:26:38 +02:00
}}
2024-04-24 00:00:18 +02:00
map <c-t> :jump <enter>