parent
9ac32fc850
commit
30ed1c651f
1
comp.go
1
comp.go
@ -39,6 +39,7 @@ var (
|
|||||||
"delete",
|
"delete",
|
||||||
"put",
|
"put",
|
||||||
"clear",
|
"clear",
|
||||||
|
"redraw",
|
||||||
"renew",
|
"renew",
|
||||||
"sync",
|
"sync",
|
||||||
"echo",
|
"echo",
|
||||||
|
9
doc.go
9
doc.go
@ -41,10 +41,11 @@ The following commands are provided by lf with default keybindings:
|
|||||||
|
|
||||||
The following commands are provided by lf without default keybindings:
|
The following commands are provided by lf without default keybindings:
|
||||||
|
|
||||||
sync synchronizes yanked/deleted files with server
|
sync synchronizes yanked/deleted files with server
|
||||||
echo prints its arguments to the message line
|
echo prints its arguments to the message line
|
||||||
cd changes working directory to its argument
|
redraw renew ui elements and redraw the screen
|
||||||
push simulate key pushes given in its argument
|
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
|
The following command line commands are provided by lf with default
|
||||||
keybindings:
|
keybindings:
|
||||||
|
@ -45,10 +45,11 @@ The following commands are provided by lf with default keybindings:
|
|||||||
|
|
||||||
The following commands are provided by lf without default keybindings:
|
The following commands are provided by lf without default keybindings:
|
||||||
|
|
||||||
sync synchronizes yanked/deleted files with server
|
sync synchronizes yanked/deleted files with server
|
||||||
echo prints its arguments to the message line
|
echo prints its arguments to the message line
|
||||||
cd changes working directory to its argument
|
redraw renew ui elements and redraw the screen
|
||||||
push simulate key pushes given in its argument
|
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
|
The following command line commands are provided by lf with default
|
||||||
keybindings:
|
keybindings:
|
||||||
|
Loading…
Reference in New Issue
Block a user