-
A quick feature request.
I use a zsh plugin called [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions), and I was wondering whether support could be added for this?
-
### Sanity checks
- [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue
- [X] I have run `fig doctor` in the affected…
-
#### Current Behavior
My prompt is always showing that its logged into aws even when i've not assumed anything with awesome.
~/Development/work on (eu-west-1) took 15s
❯
#### Expected Behavi…
-
#### Current Behavior
Whenever I start typing a command and use tab-completion, the first characters of the command get repeated at the start of the line.
#### Expected Behavior
Tab completion sh…
-
I just came across a method for implementing async in zsh that doesn't require the zpty module. Take a look at this commit in zsh-autosuggestions: https://github.com/zsh-users/zsh-autosuggestions/pull…
-
### Is your feature request related to a problem? Please describe.
I generally deal with lot of projects that means lot of folder, mostly all the project based on same framework either nix, pulumi an…
-
## What's the expected behavior:
Enabling zsh-autosuggestions should work with the `zstyle ':completion:*' menu select`. Pressing multiple time tab after a command should highlight the current select…
-
### Describe the bug
Zsh-autocomplete works great for me in any given zsh session. But as soon as I open a new session (new terminal tab or restart terminal), none of my previous commands are availab…
-
Zsh(Z Shell)是一种强大的命令行解释器,是Bash的替代品。Zsh有很多有用的功能,如更好的自动补全、语法高亮、拼写纠正等。以下是如何在Ubuntu上安装和配置Zsh以及Oh My Zsh的步骤。
### 1. 安装 Zsh
首先,安装Zsh:
```sh
sudo apt update
sudo apt install zsh
```
### 2. 设置 Zsh …
jsiwa updated
3 weeks ago
-
Could we give C-f the same behaviour as the right arrow key?
If the cursor is at the end of the line the right arrow key autocompletes the suggested command, otherwise it just moves the cursor forwar…