Jump to content

Zsh: Difference between revisions

2 bytes added ,  13 June 2021
no edit summary
imported>Flexagoon
No edit summary
imported>Flexagoon
No edit summary
Line 86: Line 86:
You may have some issues with the {{ic|marlonrichert/zsh-autocomplete}} plugin on NixOS. That's because the default NixOS configuration overrides keybinds for up and down arrow keys. To fix this issue, you need to add this somewhere in your .zshrc (either manually if your .zshrc is not managed by Nix, or with {{ic|packages.zsh.initExtra}})
You may have some issues with the {{ic|marlonrichert/zsh-autocomplete}} plugin on NixOS. That's because the default NixOS configuration overrides keybinds for up and down arrow keys. To fix this issue, you need to add this somewhere in your .zshrc (either manually if your .zshrc is not managed by Nix, or with {{ic|packages.zsh.initExtra}})
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
bindkey "${key[Up]}" up-line-or-search
bindkey "''${key[Up]}" up-line-or-search
</syntaxhighlight>
</syntaxhighlight>


== See also ==
== See also ==
* [[Command Shell]]
* [[Command Shell]]
Anonymous user