aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index ae5d7ec..31deab6 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,6 +1,6 @@
syntax on
filetype plugin on
-set autoindent
+set cindent
"tab controls to match pentadactyl
map <C-n> <Esc>:tabn<CR>