aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 230b2302..d3c83284 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -47,6 +47,10 @@ set shiftwidth=4
set softtabstop=4
set tabstop=4
+" Heresy
+inoremap <C-a> <Home>
+inoremap <C-e> <End>
+
" History
set history=1000