lf/doc/reference.md

39 lines
1.1 KiB
Markdown
Raw Normal View History

2016-08-13 12:49:04 +00:00
# Reference
## Keys
2016-08-13 18:37:09 +00:00
up (default "k" and "<up>")
down (default "j" and "<down>")
updir (default "h" and "<left>")
open (default "l" and "<right>")
2016-08-13 12:49:04 +00:00
quit (default "q")
bot (default "G")
top (default "gg")
read (default ":")
read-shell (default "$")
read-shell-wait (default "!")
read-shell-async (default "&")
search (default "/")
search-back (default "?")
toggle (default "<space>")
yank (default "y")
delete (default "d")
paste (default "p")
2016-08-24 09:36:52 +00:00
renew (default "<c-l>")
2016-08-13 12:49:04 +00:00
## Options
preview bool (default on)
hidden bool (default off)
tabstop int (default 8)
scrolloff int (default 0)
sortby string (default name)
showinfo string (default none)
ratios string (default 1:2:3)
## Variables
$f current file
$fs marked file(s) (seperated with ':')
$fx current file or marked file(s) if any