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