Minor edits.

This commit is contained in:
Derek Taylor
2019-09-22 23:31:46 -05:00
parent 8c15e6f08b
commit 7ed2effa32
5 changed files with 29 additions and 34 deletions

4
.zshrc
View File

@@ -143,6 +143,10 @@ alias lynx='lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss -vikeys'
zstyle ':completion:*' completer _expand_alias _complete _ignored
alias tb="nc termbin.com 9999"
# alt+<- | alt+->
bindkey "^[f" forward-word # deletes everything right of the prompt.
bindkey "^[b" backward-word # deletes characters one at a time, backwards.
bindkey -v
bindkey '^R' history-incremental-search-backward