diff options
Diffstat (limited to '_posts')
| -rw-r--r-- | _posts/2023-11-07-personal-sane-vim-defaults.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2023-11-07-personal-sane-vim-defaults.md b/_posts/2023-11-07-personal-sane-vim-defaults.md index 77ed024..be8b2ae 100644 --- a/_posts/2023-11-07-personal-sane-vim-defaults.md +++ b/_posts/2023-11-07-personal-sane-vim-defaults.md | |||
| @@ -50,7 +50,7 @@ augroup END | |||
| 50 | noremap <silent> ,cc :<C-B>silent <C-E>s/^/<C-R>=escape(b:comment_leader,'\/')<CR>/<CR>:nohlsearch<CR> | 50 | noremap <silent> ,cc :<C-B>silent <C-E>s/^/<C-R>=escape(b:comment_leader,'\/')<CR>/<CR>:nohlsearch<CR> |
| 51 | noremap <silent> ,cu :<C-B>silent <C-E>s/^\V<C-R>=escape(b:comment_leader,'\/')<CR>//e<CR>:nohlsearch<CR> | 51 | noremap <silent> ,cu :<C-B>silent <C-E>s/^\V<C-R>=escape(b:comment_leader,'\/')<CR>//e<CR>:nohlsearch<CR> |
| 52 | 52 | ||
| 53 | " Language specific intentation. | 53 | " Language specific indentation. |
| 54 | filetype plugin indent on | 54 | filetype plugin indent on |
| 55 | autocmd Filetype make,go,c,cpp setlocal noexpandtab tabstop=4 shiftwidth=4 | 55 | autocmd Filetype make,go,c,cpp setlocal noexpandtab tabstop=4 shiftwidth=4 |
| 56 | autocmd Filetype html,js,css setlocal expandtab tabstop=2 shiftwidth=2 | 56 | autocmd Filetype html,js,css setlocal expandtab tabstop=2 shiftwidth=2 |
