diff options
| -rw-r--r-- | .vimrc | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -1495,7 +1495,6 @@ let g:jplus#input_config = { \ ';': {'delimiter_format': '%d '}, \ 'l': {'delimiter_format': ''}, \ 'L': {'delimiter_format': ''}, - \ "\<Tab>": {'delimiter_format': '%d'}, \ } nmap J <Plug>(jplus-getchar) xmap J <Plug>(jplus-getchar) @@ -1610,14 +1609,6 @@ xmap m? <Plug>(operator-search) -" prettyprint {{{2 - -let g:prettyprint_indent = 2 -let g:prettyprint_string = ['split'] -let g:prettyprint_show_expression = 1 - - - " qfreplace {{{2 nnoremap <silent> br :<C-u>Qfreplace SmartOpen<CR> |
