Gundo config
This commit is contained in:
parent
2d8f106d43
commit
1ac75a4163
@ -201,6 +201,7 @@ Included vim plugins
|
|||||||
* vim-markdown-preview - :Mm to view your README.md as html
|
* vim-markdown-preview - :Mm to view your README.md as html
|
||||||
* html-escape - hit ctrl-h to escape html
|
* html-escape - hit ctrl-h to escape html
|
||||||
* ruby-debug-ide - not quite working for me, but maybe it will for you. supposedly a graphical debugger you can step through
|
* ruby-debug-ide - not quite working for me, but maybe it will for you. supposedly a graphical debugger you can step through
|
||||||
|
* Gundo - visualize your undos - pretty amazing plugin. Hit ,u with my keymappings to trigger it, very user friendly
|
||||||
|
|
||||||
General enhancements that don't add new commands
|
General enhancements that don't add new commands
|
||||||
|
|
||||||
|
7
vim/plugin/settings/gundo.vim
Normal file
7
vim/plugin/settings/gundo.vim
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
nmap ,u :GundoToggle<CR>
|
||||||
|
|
||||||
|
" open on the right so as not to compete with the nerdtree
|
||||||
|
let g:gundo_right = 1
|
||||||
|
|
||||||
|
" a little wider for wider screens
|
||||||
|
let g:gundo_width = 60
|
Loading…
x
Reference in New Issue
Block a user