Minor edits.

This commit is contained in:
Derek Taylor 2019-11-11 18:12:26 -06:00
parent e9999ec202
commit 6a77262a86
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -149,7 +149,7 @@ alias tb="nc termbin.com 9999"
bindkey "^[f" forward-word # deletes everything right of the prompt.
bindkey "^[b" backward-word # deletes characters one at a time, backwards.
bindkey -v
# bindkey -v
bindkey '^R' history-incremental-search-backward
export MANPAGER="/bin/sh -c \"col -b | vim --not-a-term -c 'set ft=man ts=8 nomod nolist noma' -\""