Skip to content

Commit

Permalink
minor changes to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
janpeterd committed Sep 3, 2023
1 parent 32aac17 commit e9a1a6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ The following command line commands are provided by lf:
cmd-delete-home (default '<c-u>')
cmd-delete-end (default '<c-k>')
cmd-delete-unix-word (default '<c-w>')
cmd-delete-word-back (default '<a-backspace> and <a-backspace2>')
cmd-yank (default '<c-y>')
cmd-transpose (default '<c-t>')
cmd-transpose-word (default '<a-t>')
cmd-word (default '<a-f>')
cmd-word-back (default '<a-b>')
cmd-delete-word (default '<a-d>')
cmd-delete-word-back (default '<a-backspace> and <a-backspace2>')
cmd-capitalize-word (default '<a-c>')
cmd-uppercase-word (default '<a-u>')
cmd-lowercase-word (default '<a-l>')
Expand Down Expand Up @@ -633,7 +633,7 @@ Move the cursor by one word in forward/backward direction.
Delete the next word in forward direction.
cmd-delete-word-back
cmd-delete-word-back (default '<a-backspace>' and '<a-backspace2>')
Delete the previous word in backward direction.
Expand Down
4 changes: 2 additions & 2 deletions docstring.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lf.1
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ The following command line commands are provided by lf:
cmd-delete-home (default '<c-u>')
cmd-delete-end (default '<c-k>')
cmd-delete-unix-word (default '<c-w>')
cmd-delete-word-back (default '<a-backspace> and <a-backspace2>')
cmd-yank (default '<c-y>')
cmd-transpose (default '<c-t>')
cmd-transpose-word (default '<a-t>')
cmd-word (default '<a-f>')
cmd-word-back (default '<a-b>')
cmd-delete-word (default '<a-d>')
cmd-delete-word-back (default '<a-backspace> and <a-backspace2>')
cmd-capitalize-word (default '<a-c>')
cmd-uppercase-word (default '<a-u>')
cmd-lowercase-word (default '<a-l>')
Expand Down Expand Up @@ -778,7 +778,7 @@ Move the cursor by one word in forward/backward direction.
Delete the next word in forward direction.
.PP
.EX
cmd-delete-word-back
cmd-delete-word-back (default '<a-backspace>' and '<a-backspace2>')
.EE
.PP
Delete the previous word in backward direction.
Expand Down

0 comments on commit e9a1a6a

Please sign in to comment.