diff options
Diffstat (limited to 'base/vimrc')
-rw-r--r-- | base/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ set expandtab set shiftround " use multiple of shiftwidth with '<' and '>' set autoindent set copyindent " copy the previous line's indentation +set nojoinspaces " one space after period on join xnoremap < <gv xnoremap > >gv |