update documentation
This commit is contained in:
parent
249c44739f
commit
7d21785af7
17
doc.go
17
doc.go
@ -39,15 +39,21 @@ The following commands are provided by lf with default keybindings:
|
||||
put (default "p")
|
||||
renew (default "<c-l>")
|
||||
|
||||
The following commands are provided by lf without default keybindings:
|
||||
|
||||
sync synchronizes yanked/deleted files with server
|
||||
echo prints its arguments to the message line
|
||||
cd changes working directory to its argument
|
||||
push simulate key pushes given in its argument
|
||||
|
||||
The following command line commands are provided by lf with default
|
||||
keybindings:
|
||||
|
||||
cmd-escape (default "<esc>")
|
||||
cmd-insert (default "<space>")
|
||||
cmd-comp (default "<tab>")
|
||||
cmd-enter (default "<c-j>" and "<enter>")
|
||||
cmd-delete-back (default "<bs>" and "<bs2>")
|
||||
cmd-delete (default "<c-d>" and "<delete>")
|
||||
cmd-delete-back (default "<bs>" and "<bs2>")
|
||||
cmd-left (default "<c-b>" and "<left>")
|
||||
cmd-right (default "<c-f>" and "<right>")
|
||||
cmd-beg (default "<c-a>" and "<home>")
|
||||
@ -58,13 +64,6 @@ keybindings:
|
||||
cmd-put (default "<c-y>")
|
||||
cmd-transpose (default "<c-t>")
|
||||
|
||||
The following commands are provided by lf without default keybindings:
|
||||
|
||||
sync synchronizes yanked/deleted files with server
|
||||
echo prints its arguments to the message line
|
||||
cd changes working directory to its argument
|
||||
push simulate key pushes given in its argument
|
||||
|
||||
The following options can be used to customize the behavior of lf:
|
||||
|
||||
dirfirst boolean (default on)
|
||||
|
17
docstring.go
17
docstring.go
@ -43,15 +43,21 @@ The following commands are provided by lf with default keybindings:
|
||||
put (default "p")
|
||||
renew (default "<c-l>")
|
||||
|
||||
The following commands are provided by lf without default keybindings:
|
||||
|
||||
sync synchronizes yanked/deleted files with server
|
||||
echo prints its arguments to the message line
|
||||
cd changes working directory to its argument
|
||||
push simulate key pushes given in its argument
|
||||
|
||||
The following command line commands are provided by lf with default
|
||||
keybindings:
|
||||
|
||||
cmd-escape (default "<esc>")
|
||||
cmd-insert (default "<space>")
|
||||
cmd-comp (default "<tab>")
|
||||
cmd-enter (default "<c-j>" and "<enter>")
|
||||
cmd-delete-back (default "<bs>" and "<bs2>")
|
||||
cmd-delete (default "<c-d>" and "<delete>")
|
||||
cmd-delete-back (default "<bs>" and "<bs2>")
|
||||
cmd-left (default "<c-b>" and "<left>")
|
||||
cmd-right (default "<c-f>" and "<right>")
|
||||
cmd-beg (default "<c-a>" and "<home>")
|
||||
@ -62,13 +68,6 @@ keybindings:
|
||||
cmd-put (default "<c-y>")
|
||||
cmd-transpose (default "<c-t>")
|
||||
|
||||
The following commands are provided by lf without default keybindings:
|
||||
|
||||
sync synchronizes yanked/deleted files with server
|
||||
echo prints its arguments to the message line
|
||||
cd changes working directory to its argument
|
||||
push simulate key pushes given in its argument
|
||||
|
||||
The following options can be used to customize the behavior of lf:
|
||||
|
||||
dirfirst boolean (default on)
|
||||
|
Loading…
Reference in New Issue
Block a user