From 7d21785af7b7703a2de3f2a58692878b46f6d6ac Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Sun, 12 Mar 2017 16:51:30 +0300 Subject: [PATCH] update documentation --- doc.go | 17 ++++++++--------- docstring.go | 17 ++++++++--------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/doc.go b/doc.go index cacc38f..38c4cc4 100644 --- a/doc.go +++ b/doc.go @@ -39,15 +39,21 @@ The following commands are provided by lf with default keybindings: put (default "p") renew (default "") +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 + The following command line commands are provided by lf with default keybindings: cmd-escape (default "") - cmd-insert (default "") cmd-comp (default "") cmd-enter (default "" and "") - cmd-delete-back (default "" and "") cmd-delete (default "" and "") + cmd-delete-back (default "" and "") cmd-left (default "" and "") cmd-right (default "" and "") cmd-beg (default "" and "") @@ -58,13 +64,6 @@ keybindings: cmd-put (default "") cmd-transpose (default "") -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 - The following options can be used to customize the behavior of lf: dirfirst boolean (default on) diff --git a/docstring.go b/docstring.go index b62ade4..e7b4821 100644 --- a/docstring.go +++ b/docstring.go @@ -43,15 +43,21 @@ The following commands are provided by lf with default keybindings: put (default "p") renew (default "") +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 + The following command line commands are provided by lf with default keybindings: cmd-escape (default "") - cmd-insert (default "") cmd-comp (default "") cmd-enter (default "" and "") - cmd-delete-back (default "" and "") cmd-delete (default "" and "") + cmd-delete-back (default "" and "") cmd-left (default "" and "") cmd-right (default "" and "") cmd-beg (default "" and "") @@ -62,13 +68,6 @@ keybindings: cmd-put (default "") cmd-transpose (default "") -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 - The following options can be used to customize the behavior of lf: dirfirst boolean (default on)