You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`Enter` - delete selected segment (when in command window) or add selected segment (when in history window)
29
+
-`[` or `]` - move active segment (when in command window)
30
+
-`Shift-left` or `Shift-right` - move active segment (when in command window)
31
+
-`Tab` - switch between the two available windows
32
+
-`g, G` - beginning and end of the list
33
+
-`/` - start incremental search
34
+
-`Esc` - exit incremental search, clearing filter
35
+
-`<`,`>`, `{`,`}` - horizontal scroll
36
+
-`Ctrl-L` - redraw of whole display
37
+
-`Ctrl-O`, `o` - enter uniq mode (no duplicate lines)
38
+
-`Ctrl-W` (in incremental search) - delete whole word
39
+
-`Ctrl-K` (in incremental search) - delete whole line
40
+
-`Ctrl-D`, `Ctrl-U` - half page up or down
41
+
-`Ctrl-P`, `Ctrl-N` - previous and next (also done with vim's j,k)
20
42
21
43
Also check out [Zsh Navigation Tools](https://github.com/z-shell/zsh-navigation-tools)
22
44
and [Zsh Editing Workbench](https://github.com/z-shell/zsh-editing-workbench)
@@ -34,21 +56,21 @@ will be updated with only `4` lines of code that will be added to the bottom.
34
56
35
57
After installing and reloading shell give `ZCA` a quick try with `Ctrl-T`.
36
58
37
-
## Installation With [Zinit](https://github.com/z-shell/zinit)
59
+
###Installation With [Zinit](https://github.com/z-shell/zinit)
38
60
39
61
Add `zinit load z-shell/zsh-cmd-architect` to `.zshrc`. The config files will be available in `~/.config/zca`.
40
62
41
-
## Installation With Zgen
63
+
###Installation With Zgen
42
64
43
65
Add `zgen load z-shell/zsh-cmd-architect` to `.zshrc` and issue a `zgen reset` (this assumes that there is a proper `zgen save` construct in `.zshrc`).
44
66
The config files will be available in `~/.config/zca`.
45
67
46
-
## Installation With Antigen
68
+
###Installation With Antigen
47
69
48
70
Add `antigen bundle z-shell/zsh-cmd-architect` to `.zshrc`. There also
49
71
should be `antigen apply`. The config files will be in `~/.config/znt`.
50
72
51
-
## Manual Installation
73
+
###Manual Installation
52
74
53
75
After extracting `ZCA` to `{some-directory}` add following two lines to `~/.zshrc`:
0 commit comments