vim: add voom
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
576e1adb63
commit
fd7c6f0ace
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
@ -36,6 +36,8 @@ Plugin 'mbbill/undotree'
|
|||
Plugin 'machakann/vim-highlightedyank'
|
||||
" nord theme für vimdiff
|
||||
Plugin 'nordtheme/vim'
|
||||
" outline md usw.
|
||||
Plugin 'vim-voom/VOoM'
|
||||
call vundle#end()
|
||||
|
||||
let mapleader = ","
|
||||
|
@ -161,6 +163,8 @@ nnoremap <F8> ciw``<C-r>"``<Esc>
|
|||
xnoremap <F8> c``<C-r>"``<Esc>
|
||||
|
||||
" ### Keybindings
|
||||
" markdown outline in split
|
||||
nnoremap <F4> :Voom markdown<CR>
|
||||
" deaktiviere Ex-Mode keybinding
|
||||
nnoremap Q <Nop>
|
||||
|
||||
|
|
Loading…
Reference in a new issue