Skip to content

Commit 42864a5

Browse files
committed
updates
1 parent ffaadff commit 42864a5

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.adoc

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,11 +512,31 @@ run '~/.tmux/plugins/tpm/tpm'
512512
....
513513

514514

515+
=== Terminal shell with Bash, and the GNU Readline Library
516+
517+
Other shells have their own Readline editor. eg Zsh Line Editor (ZLE).
518+
The Fish shell also has it's own readline editor.
519+
520+
Bash by default has the GNU Readline library.
521+
522+
https://tiswww.cwru.edu/php/chet/readline/rltop.html
523+
524+
The GNU Readline library by default has the Emacs key bindings.
525+
However, there is an option to use Vi key bindings instead.
526+
The setting for Vi key bindings is:
527+
528+
[source, bash]
529+
....
530+
# ~/.inputrc
531+
set editing-mode vi
532+
....
533+
534+
515535
=== Terminal shell with Zsh
516536

517537
The Zsh shell is pretty plain out-of-the box but can be configured easily enough.
518538

519-
Unlike Fish, Zsh as a vim mode so you can escape and then use the vim key
539+
Unlike Fish, Zsh has a vim mode so you can escape and then use the vim key
520540
bindings to help you edit a command.
521541

522542
Install the Zsh shell (with some Zsh packages in the Fedora repo) as follows:

0 commit comments

Comments
 (0)