Skip to content

Commit

Permalink
Update vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Adidi authored Oct 20, 2016
1 parent 4a1b59e commit 3b43a79
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions vim/vimrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
" Forget compatibility with VI
set nocompatible

" encoding
set encoding=utf-8 " encoding for editing a file
set fileencoding=utf-8 " encoding for writing to a file

set number
set hidden
vmap <Tab> >gv
vmap <S-Tab> <gv
vnoremap <Tab> >gv
vnoremap <S-Tab> <gv

0 comments on commit 3b43a79

Please sign in to comment.