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 'kergoth/vim-bitbake' " Bitbake templates and syntax
|
||||||
"Plugin 'vim-scripts/DoxygenToolkit.vim' " Doxygen support
|
"Plugin 'vim-scripts/DoxygenToolkit.vim' " Doxygen support
|
||||||
Plugin 'pboettch/vim-cmake-syntax'
|
Plugin 'pboettch/vim-cmake-syntax'
|
||||||
|
Plugin 'aklt/plantuml-syntax'
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Colorschemes {{{
|
" Colorschemes {{{
|
||||||
@@ -155,7 +156,7 @@ syntax on
|
|||||||
set showmatch
|
set showmatch
|
||||||
"set matchtime=3
|
"set matchtime=3
|
||||||
"Control it with %/s///i - ignore and I - sens
|
"Control it with %/s///i - ignore and I - sens
|
||||||
"set ignorecase
|
set ignorecase
|
||||||
set smartcase
|
set smartcase
|
||||||
" %s///g not needed
|
" %s///g not needed
|
||||||
set gdefault
|
set gdefault
|
||||||
@@ -195,10 +196,6 @@ let g:gutentags_cache_dir='~/.vim/tags'
|
|||||||
"Changing Leader Key
|
"Changing Leader Key
|
||||||
let mapleader = "\\"
|
let mapleader = "\\"
|
||||||
|
|
||||||
nnoremap <leader>j J
|
|
||||||
nnoremap <leader>k K
|
|
||||||
nnoremap J 5j
|
|
||||||
nnoremap K 5k
|
|
||||||
"nnoremap j gj
|
"nnoremap j gj
|
||||||
"nnoremap k gk
|
"nnoremap k gk
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user