parent
cbb559346d
commit
fd73a53f84
3
doc.go
3
doc.go
@ -27,7 +27,6 @@ The following commands are provided by lf with default keybindings:
|
|||||||
quit (default 'q')
|
quit (default 'q')
|
||||||
top (default 'gg' and '<home>')
|
top (default 'gg' and '<home>')
|
||||||
bottom (default 'G' and '<end>')
|
bottom (default 'G' and '<end>')
|
||||||
toggle (default '<space>')
|
|
||||||
invert (default 'v')
|
invert (default 'v')
|
||||||
unselect (default 'u')
|
unselect (default 'u')
|
||||||
copy (default 'y')
|
copy (default 'y')
|
||||||
@ -64,6 +63,7 @@ The following commands are provided by lf without default keybindings:
|
|||||||
echoerr same as echomsg but red color
|
echoerr same as echomsg but red color
|
||||||
cd change working directory to the argument
|
cd change working directory to the argument
|
||||||
select change current file selection to the argument
|
select change current file selection to the argument
|
||||||
|
toggle toggle the selection of the current file
|
||||||
glob-select select files that match the given glob
|
glob-select select files that match the given glob
|
||||||
glob-unselect unselect files that match the given glob
|
glob-unselect unselect files that match the given glob
|
||||||
source read the configuration file in the argument
|
source read the configuration file in the argument
|
||||||
@ -179,6 +179,7 @@ The following additional keybindings are provided by default:
|
|||||||
map sc :set sortby ctime; set info ctime
|
map sc :set sortby ctime; set info ctime
|
||||||
map se :set sortby ext; set info
|
map se :set sortby ext; set info
|
||||||
map gh cd ~
|
map gh cd ~
|
||||||
|
map <space> :toggle; down
|
||||||
|
|
||||||
The following keybindings to applications are provided by default:
|
The following keybindings to applications are provided by default:
|
||||||
|
|
||||||
|
@ -30,7 +30,6 @@ The following commands are provided by lf with default keybindings:
|
|||||||
quit (default 'q')
|
quit (default 'q')
|
||||||
top (default 'gg' and '<home>')
|
top (default 'gg' and '<home>')
|
||||||
bottom (default 'G' and '<end>')
|
bottom (default 'G' and '<end>')
|
||||||
toggle (default '<space>')
|
|
||||||
invert (default 'v')
|
invert (default 'v')
|
||||||
unselect (default 'u')
|
unselect (default 'u')
|
||||||
copy (default 'y')
|
copy (default 'y')
|
||||||
@ -67,6 +66,7 @@ The following commands are provided by lf without default keybindings:
|
|||||||
echoerr same as echomsg but red color
|
echoerr same as echomsg but red color
|
||||||
cd change working directory to the argument
|
cd change working directory to the argument
|
||||||
select change current file selection to the argument
|
select change current file selection to the argument
|
||||||
|
toggle toggle the selection of the current file
|
||||||
glob-select select files that match the given glob
|
glob-select select files that match the given glob
|
||||||
glob-unselect unselect files that match the given glob
|
glob-unselect unselect files that match the given glob
|
||||||
source read the configuration file in the argument
|
source read the configuration file in the argument
|
||||||
@ -182,6 +182,7 @@ The following additional keybindings are provided by default:
|
|||||||
map sc :set sortby ctime; set info ctime
|
map sc :set sortby ctime; set info ctime
|
||||||
map se :set sortby ext; set info
|
map se :set sortby ext; set info
|
||||||
map gh cd ~
|
map gh cd ~
|
||||||
|
map <space> :toggle; down
|
||||||
|
|
||||||
The following keybindings to applications are provided by default:
|
The following keybindings to applications are provided by default:
|
||||||
|
|
||||||
|
3
lf.1
3
lf.1
@ -37,7 +37,6 @@ The following commands are provided by lf with default keybindings:
|
|||||||
quit (default 'q')
|
quit (default 'q')
|
||||||
top (default 'gg' and '<home>')
|
top (default 'gg' and '<home>')
|
||||||
bottom (default 'G' and '<end>')
|
bottom (default 'G' and '<end>')
|
||||||
toggle (default '<space>')
|
|
||||||
invert (default 'v')
|
invert (default 'v')
|
||||||
unselect (default 'u')
|
unselect (default 'u')
|
||||||
copy (default 'y')
|
copy (default 'y')
|
||||||
@ -76,6 +75,7 @@ The following commands are provided by lf without default keybindings:
|
|||||||
echoerr same as echomsg but red color
|
echoerr same as echomsg but red color
|
||||||
cd change working directory to the argument
|
cd change working directory to the argument
|
||||||
select change current file selection to the argument
|
select change current file selection to the argument
|
||||||
|
toggle toggle the selection of the current file
|
||||||
glob-select select files that match the given glob
|
glob-select select files that match the given glob
|
||||||
glob-unselect unselect files that match the given glob
|
glob-unselect unselect files that match the given glob
|
||||||
source read the configuration file in the argument
|
source read the configuration file in the argument
|
||||||
@ -202,6 +202,7 @@ The following additional keybindings are provided by default:
|
|||||||
map sc :set sortby ctime; set info ctime
|
map sc :set sortby ctime; set info ctime
|
||||||
map se :set sortby ext; set info
|
map se :set sortby ext; set info
|
||||||
map gh cd ~
|
map gh cd ~
|
||||||
|
map <space> :toggle; down
|
||||||
.EE
|
.EE
|
||||||
.PP
|
.PP
|
||||||
The following keybindings to applications are provided by default:
|
The following keybindings to applications are provided by default:
|
||||||
|
Loading…
Reference in New Issue
Block a user