aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index e506050..c6ce0f7 100644
--- a/vimrc
+++ b/vimrc
@@ -1,6 +1,7 @@
" Basics
set nocompatible
syntax on
+set encoding=utf-8
" Vim UI
set incsearch
@@ -33,3 +34,5 @@ autocmd FileType c set shiftwidth=4 tabstop=4
autocmd FileType yacc set shiftwidth=4 tabstop=4
autocmd FileType go set shiftwidth=4 tabstop=4
+" Re-mappings
+let mapleader = ","