aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2013-12-01 00:14:11 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2013-12-01 00:14:26 +0100
commit69d25f6a764714a622eedccd32633ccd873b4632 (patch)
treef1e7e68e0bf8a55b72038f7b422d48844c01b2d4 /vimrc
parentcd96945985abe3ebe3e721f764e1c42fe7218a31 (diff)
downloaddotfiles-69d25f6a764714a622eedccd32633ccd873b4632.tar.gz
dotfiles-69d25f6a764714a622eedccd32633ccd873b4632.zip
vim: set UTF-8 as the default encoding and use "," for the leader
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 = ","