Add zsh plugin

zsh-autosuggestions
zsh-syntax-highlighting
This commit is contained in:
Adam Lamers
2016-11-15 17:28:35 -06:00
parent b789a7f479
commit 2bc6dd6846
199 changed files with 9846 additions and 20 deletions
+7
View File
@@ -121,3 +121,10 @@ nnoremap # *
nnoremap * #
inoremap jk <Esc>
inoremap kj <Esc>
"Allow j/k navigation in autocomplete box
inoremap <expr> j ((pumvisible())?("\<C-n>"):("j"))
inoremap <expr> k ((pumvisible())?("\<C-p>"):("k"))
inoremap <C-F> :compl-filename<CR>