feat(zsh): search history using up and down arrows
This commit is contained in:
parent
4d47e5224f
commit
2386e5f343
2 changed files with 9 additions and 2 deletions
|
@ -33,7 +33,5 @@ _load_settings() {
|
|||
|
||||
_load_settings "$HOME/.zsh/configs"
|
||||
|
||||
bindkey -s "^f" "tmux-sessioniser\n"
|
||||
|
||||
# Local config
|
||||
[[ -f ~/.zshrc.local ]] && source ~/.zshrc.local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue