From 2a6ec8ac24596b2a343b04001b7847989bf1931c Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Sun, 29 Nov 2015 16:57:35 -0500 Subject: [PATCH] Switch vim terminal to zsh --- vimrc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index e10ca25..71c9f77 100644 --- a/vimrc +++ b/vimrc @@ -62,7 +62,7 @@ set switchbuf=useopen set numberwidth=5 set showtabline=2 set winwidth=79 -set shell=bash +set shell=zsh " Prevent Vim from clobbering the scrollback buffer. See " http://www.shallowsky.com/linux/noaltscreen.html set t_ti= t_te= @@ -236,6 +236,18 @@ map map map +" Terminal mapping +map t :terminal +"tnoremap e +"tnoremap h +"tnoremap j +"tnoremap k +"tnoremap l +"nnoremap h +"nnoremap j +"nnoremap k +"nnoremap l + " Window splitting - couldn't figure out how to remap v & n to " & map m :vsplit