aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-02 01:14:21 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-02 01:14:21 +1300
commit277da733af0137616006914685d8993e91f2f2bc (patch)
treeb0896b88679ffea7afd17fb7d7ce2c2c1c0fb3b5 /vim
parentCorrected yank remainder line behaviour. (diff)
downloaddotfiles-277da733af0137616006914685d8993e91f2f2bc.tar.gz
dotfiles-277da733af0137616006914685d8993e91f2f2bc.zip
Changed my mind about this one.
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index cfbe8e00..65a31439 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -47,10 +47,6 @@ set shiftwidth=4
set softtabstop=4
set tabstop=4
-" Heresy
-inoremap <C-a> <Home>
-inoremap <C-e> <End>
-
" History
set history=1000