|
1 | | -# `ZSH-COMMAND-ARCHITECT` |
2 | | - |
3 | | -<!-- START doctoc generated TOC please keep comment here to allow auto update --> |
4 | | -<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
5 | | - |
6 | 1 | - [Introduction](#introduction) |
7 | | -- [Installation](#installation) |
8 | | - - [Installation With Zinit](#installation-with-zinit) |
9 | | - - [Installation With Zgen](#installation-with-zgen) |
10 | | - - [Installation With Antigen](#installation-with-antigen) |
11 | | - - [Manual Installation](#manual-installation) |
12 | | - - [Single File Manual Installation](#single-file-manual-installation) |
13 | | -- [Performance](#performance) |
14 | | -- [Fixing tmux, screen and linux vt](#fixing-tmux-screen-and-linux-vt) |
15 | | - |
16 | | -<!-- END doctoc generated TOC please keep comment here to allow auto update --> |
| 2 | + - [Installation](#installation) |
| 3 | + - [Installation With ZI](#installation-with-zi) |
| 4 | + - [Installation With Zgen](#installation-with-zgen) |
| 5 | + - [Installation With Antigen](#installation-with-antigen) |
| 6 | + - [Manual Installation](#manual-installation) |
| 7 | + - [Single File Manual Installation](#single-file-manual-installation) |
| 8 | + - [Performance](#performance) |
| 9 | + - [Fixing tmux, screen and linux vt](#fixing-tmux-screen-and-linux-vt) |
17 | 10 |
|
18 | | -## Introduction |
| 11 | +# Introduction |
19 | 12 |
|
20 | 13 | `ZCA` allows to copy segments of commands in history, rearrange segments of current command, |
21 | 14 | delete segments of current command. This way user glues command from parts without using |
@@ -56,9 +49,9 @@ will be updated with only `4` lines of code that will be added to the bottom. |
56 | 49 |
|
57 | 50 | After installing and reloading shell give `ZCA` a quick try with `Ctrl-T`. |
58 | 51 |
|
59 | | -### Installation With [Zinit](https://github.com/z-shell/zinit) |
| 52 | +### Installation With [ZI](https://github.com/z-shell/zi) |
60 | 53 |
|
61 | | -Add `zinit load z-shell/zsh-cmd-architect` to `.zshrc`. The config files will be available in `~/.config/zca`. |
| 54 | +Add `zi load z-shell/zsh-cmd-architect` to `.zshrc`. The config files will be available in `~/.config/zca`. |
62 | 55 |
|
63 | 56 | ### Installation With Zgen |
64 | 57 |
|
@@ -102,7 +95,7 @@ It can be sourced from `.zshrc`. Don't forget about configuration files (copy th |
102 | 95 | ## Fixing tmux, screen and linux vt |
103 | 96 |
|
104 | 97 | If `TERM=screen-256color` (often a case for `tmux` and `screen` sessions) then |
105 | | -`ncv` terminfo capability will have `2`nd bit set. This in general means that |
| 98 | +`ncv` terminfo capability will have `2`nd bit set. This in general means that |
106 | 99 | underline won't work. To fix this by creating your own `ncv=0`-equipped |
107 | 100 | terminfo file, run: |
108 | 101 |
|
|
0 commit comments