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",
|
||||||
|
1
doc.go
1
doc.go
@ -43,6 +43,7 @@ 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
|
||||||
|
redraw renew ui elements and redraw the screen
|
||||||
cd changes working directory to its argument
|
cd changes working directory to its argument
|
||||||
push simulate key pushes given in its argument
|
push simulate key pushes given in its argument
|
||||||
|
|
||||||
|
@ -47,6 +47,7 @@ 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
|
||||||
|
redraw renew ui elements and redraw the screen
|
||||||
cd changes working directory to its argument
|
cd changes working directory to its argument
|
||||||
push simulate key pushes given in its argument
|
push simulate key pushes given in its argument
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user