1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Moved dragvisuals into its own repo

This commit is contained in:
2017-06-01 06:08:49 +02:00
parent c1f69a35ba
commit 7d83387ad7
2 changed files with 2 additions and 369 deletions

2
vimrc
View File

@@ -18,6 +18,7 @@ Plug 'davidhalter/jedi-vim'
Plug 'dogrover/vim-pentadactyl'
Plug 'ervandew/taglisttoo'
Plug 'fs111/pydoc.vim'
Plug 'gryf/dragvisuals'
Plug 'gryf/mark'
Plug 'gryf/pep8-vim'
Plug 'gryf/pylint-vim'
@@ -249,6 +250,7 @@ vmap <expr> <C-RIGHT> DVB_Drag('right')
vmap <expr> <C-DOWN> DVB_Drag('down')
vmap <expr> <C-UP> DVB_Drag('up')
vmap <expr> D DVB_Duplicate()
let g:DVB_TrimWS = 1
"}}}
"Gundo {{{2
map <Leader>u :GundoToggle<cr>