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