From 6a77262a86b5e6c12d71af1ba61979f210238235 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Mon, 11 Nov 2019 18:12:26 -0600 Subject: [PATCH] Minor edits. --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 99fb40d..efd8ddf 100644 --- a/.zshrc +++ b/.zshrc @@ -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' -\""