From afa5ec988ba705e3e39f1208f6c079080b802f97 Mon Sep 17 00:00:00 2001 From: Robert Kmiec Date: Thu, 13 Aug 2020 01:38:01 +0200 Subject: [PATCH] Vim: plantuml and removed J/K for moving --- .vim/vimrc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.vim/vimrc b/.vim/vimrc index 44817a9..a53249d 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -76,6 +76,7 @@ Plugin 'tpope/vim-fugitive' " Git integration Plugin 'kergoth/vim-bitbake' " Bitbake templates and syntax "Plugin 'vim-scripts/DoxygenToolkit.vim' " Doxygen support Plugin 'pboettch/vim-cmake-syntax' +Plugin 'aklt/plantuml-syntax' " }}} " Colorschemes {{{ @@ -155,7 +156,7 @@ syntax on set showmatch "set matchtime=3 "Control it with %/s///i - ignore and I - sens -"set ignorecase +set ignorecase set smartcase " %s///g not needed set gdefault @@ -195,10 +196,6 @@ let g:gutentags_cache_dir='~/.vim/tags' "Changing Leader Key let mapleader = "\\" -nnoremap j J -nnoremap k K -nnoremap J 5j -nnoremap K 5k "nnoremap j gj "nnoremap k gk