SimonSchubert / LinuxCommandLibrary

1M+ downloads Linux reference app with basics, tips and formatted man pages
http://linuxcommandlibrary.com/
Apache License 2.0
799 stars 63 forks source link

Tips: forward-word, backward-word #18

Closed discerno closed 1 year ago

discerno commented 1 year ago

In tips section, subsection "Cursor navigation," the app says that C-b is "back one word" and C-f is "forward one word" but with default readline settings these commands are actually M-b and M-f respectively while C-b and C-f move one character back or forward.

SimonSchubert commented 1 year ago

You are right, thanks. Will be fixed in the next release