Skip to content

Commit

Permalink
Update zshrc.zsh-template
Browse files Browse the repository at this point in the history
  • Loading branch information
blecher-at authored Dec 21, 2023
1 parent 8a89361 commit 786600d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/zshrc.zsh-template
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ source $ZSH/oh-my-zsh.sh
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"

# blecher-at specifics::
## blecher-at specifics::

EDITOR='vim'

# Do a history search by PGUP and PGDOWN like in the good old suse linux days
bindkey "^[[5~" history-beginning-search-backward
bindkey "^[[6~" history-beginning-search-forward
Expand Down

0 comments on commit 786600d

Please sign in to comment.