diff --git a/doc.go b/doc.go index 4792f36..c688063 100644 --- a/doc.go +++ b/doc.go @@ -27,7 +27,6 @@ The following commands are provided by lf with default keybindings: quit (default 'q') top (default 'gg' and '') bottom (default 'G' and '') - toggle (default '') invert (default 'v') unselect (default 'u') copy (default 'y') @@ -64,6 +63,7 @@ The following commands are provided by lf without default keybindings: echoerr same as echomsg but red color cd change working directory 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-unselect unselect files that match the given glob 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 se :set sortby ext; set info map gh cd ~ + map :toggle; down The following keybindings to applications are provided by default: diff --git a/docstring.go b/docstring.go index d93179a..1cbf054 100644 --- a/docstring.go +++ b/docstring.go @@ -30,7 +30,6 @@ The following commands are provided by lf with default keybindings: quit (default 'q') top (default 'gg' and '') bottom (default 'G' and '') - toggle (default '') invert (default 'v') unselect (default 'u') copy (default 'y') @@ -67,6 +66,7 @@ The following commands are provided by lf without default keybindings: echoerr same as echomsg but red color cd change working directory 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-unselect unselect files that match the given glob 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 se :set sortby ext; set info map gh cd ~ + map :toggle; down The following keybindings to applications are provided by default: diff --git a/lf.1 b/lf.1 index 87559af..d8e8a62 100644 --- a/lf.1 +++ b/lf.1 @@ -37,7 +37,6 @@ The following commands are provided by lf with default keybindings: quit (default 'q') top (default 'gg' and '') bottom (default 'G' and '') - toggle (default '') invert (default 'v') unselect (default 'u') copy (default 'y') @@ -76,6 +75,7 @@ The following commands are provided by lf without default keybindings: echoerr same as echomsg but red color cd change working directory 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-unselect unselect files that match the given glob 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 se :set sortby ext; set info map gh cd ~ + map :toggle; down .EE .PP The following keybindings to applications are provided by default: