|
|
@@ -27,7 +27,7 @@ set splitright " New splits appear right of current window
|
|
|
set ttyfast " Smooth movement
|
|
|
set ttymouse=xterm2
|
|
|
set mouse=a
|
|
|
-set scrolloff=7 " keep distance from top and bottom for current line
|
|
|
+set scrolloff=4 " keep distance from top and bottom for current line
|
|
|
set cursorline " ensure that there is a cursor line
|
|
|
|
|
|
" Persistent undo
|
|
|
@@ -331,6 +331,13 @@ let g:ctrlp_user_command = {
|
|
|
\ }
|
|
|
|
|
|
|
|
|
+""""""""" Vdebug
|
|
|
+let g:vdebug_options = {
|
|
|
+ \ 'break_on_open' : 0,
|
|
|
+ \ 'path_maps' : {"/usr": "/jails/alcatraz/usr"}
|
|
|
+\ }
|
|
|
+
|
|
|
+
|
|
|
""""""""" Vim Markdown
|
|
|
let g:vim_markdown_folding_disabled=1
|
|
|
|