From 40bd2afaf8cb075c58223da2c17b549a1d479d37 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Fri, 30 Aug 2019 21:02:04 +0200 Subject: asdf --- .vim/vimrc | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to '.vim/vimrc') diff --git a/.vim/vimrc b/.vim/vimrc index fc9a936..19e575e 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -18,18 +18,25 @@ execute pathogen#infect() syntax on filetype plugin indent on -"Autostart NERDtree -"autocmd vimenter * NERDTree - "Switch windows with keys nmap :wincmd k nmap :wincmd j nmap :wincmd h nmap :wincmd l +nmap :make + nmap :NERDTreeToggle nmap :TlistToggle -nmap :terminal +nmap :Newterm + +command -bar Newterm call Create_term() + +function Create_term() + tabnew + terminal + startinsert +endfunction "Tab mgmt nmap :tabclose -- cgit v1.2.3