Vim: plantuml and removed J/K for moving
This commit is contained in:
@@ -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 <leader>j J
|
||||
nnoremap <leader>k K
|
||||
nnoremap J 5j
|
||||
nnoremap K 5k
|
||||
"nnoremap j gj
|
||||
"nnoremap k gk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user