diff options
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,6 +10,7 @@ set nostartofline | |||
10 | set sidescroll=1 | 10 | set sidescroll=1 |
11 | set sidescrolloff=999 | 11 | set sidescrolloff=999 |
12 | set shell=/bin/bash | 12 | set shell=/bin/bash |
13 | set shiftwidth=2 | ||
13 | " set clipboard=unnamedplus | 14 | " set clipboard=unnamedplus |
14 | 15 | ||
15 | " general | 16 | " general |
@@ -103,7 +104,7 @@ let g:vim_markdown_conceal = 0 | |||
103 | vnoremap <C-K> <ESC>`<i[<ESC>`>la]()<ESC>i | 104 | vnoremap <C-K> <ESC>`<i[<ESC>`>la]()<ESC>i |
104 | 105 | ||
105 | " shell script | 106 | " shell script |
106 | autocmd FileType sh set shiftwidth=2 | 107 | #autocmd FileType sh set shiftwidth=2 |
107 | 108 | ||
108 | " XML fold | 109 | " XML fold |
109 | let g:xml_syntax_folding=1 | 110 | let g:xml_syntax_folding=1 |