update documentation

This commit is contained in:
Gokcehan 2017-03-12 16:51:30 +03:00
parent 249c44739f
commit 7d21785af7
2 changed files with 16 additions and 18 deletions

17
doc.go
View File

@ -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)

View File

@ -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)