From af53908079962c3208d2dbf6a2c98b5862f4c0b5 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 26 Jan 2020 20:16:38 +0100 Subject: custom bashit theme, vim changes --- .vim/vimrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.vim') diff --git a/.vim/vimrc b/.vim/vimrc index b21d04a..9d93917 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -17,6 +17,9 @@ let g:airline#extensions#branch#enabled = 1 let g:airline#extensions#whitespace#enabled = 1 let g:airline_powerline_fonts = 1 +"show line endings and tabs +set list + " Use todo#Complete as the omni complete function for todo files au filetype todo setlocal omnifunc=todo#Complete @@ -51,7 +54,7 @@ set foldmethod=syntax "nmap :wincmd h "nmap :wincmd l -nmap :vsplit +nmap :vsplit:e . nmap :e . nnoremap @=(foldlevel('.')?'za':"\") @@ -69,7 +72,7 @@ nmap :Newterm nmap :tabclose nmap :tabprevious nmap :tabnext -nmap :tabnew +nmap :tabnew:e . " =========== -- cgit v1.2.3