add undotree
This commit is contained in:
parent
563a635fbd
commit
ec7455393c
1 changed files with 5 additions and 0 deletions
5
.vimrc
5
.vimrc
|
@ -40,6 +40,8 @@ Plugin 'ConradIrwin/vim-bracketed-paste'
|
|||
Plugin 'wellle/targets.vim'
|
||||
" multi cursor; setze cursor mit \\\
|
||||
Plugin 'mg979/vim-visual-multi'
|
||||
" Undotree
|
||||
Plugin 'mbbill/undotree'
|
||||
" Markdown-Preview in Browser
|
||||
" :source %
|
||||
" :PluginInstall
|
||||
|
@ -195,6 +197,9 @@ vnoremap <Leader>sr y:%s/<C-R>"//gc<Left><Left><Left>
|
|||
nnoremap <F2> :call ToggleNERDTreeFind()<CR>
|
||||
" toogle floaterm
|
||||
let g:floaterm_keymap_toggle = '<F3>'
|
||||
" toddle Undotree
|
||||
nnoremap <F6> :UndotreeToggle<CR>
|
||||
nnoremap <Leader>u :UndotreeToggle<CR>
|
||||
|
||||
" ### Abbreviations
|
||||
iabbrev ncicht nicht
|
||||
|
|
Loading…
Reference in a new issue