docs: zsh

This commit is contained in:
Felipe M 2021-01-20 13:57:35 +01:00
parent 1017dd1881
commit 8098ad257e
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 17 additions and 0 deletions

17
.dotfiles/docs/zsh.md Normal file
View File

@ -0,0 +1,17 @@
# ZSH
## Use emacs style keybindings
``` zsh
bindkey -e
```
## Use selective up/down command history
In order to traverse the command history with up/down arrows but filtering by the command that is already written in the terminal, we need to use oh-my-zsh
Get installation instructions from [the oh-my-zsh github repository](https://github.com/ohmyzsh/ohmyzsh).
```
source $HOME/.oh-my-zsh/oh-my-zsh.sh
```