aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-02 00:15:57 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-02 00:15:57 +1300
commit4bbc55a216585f2134901227271a48ceac322f7c (patch)
treef16145784b91aa759bd29233eda5e062e86f00a8 /vim
parentUsed direct symlink instead of linking directory. (diff)
downloaddotfiles-4bbc55a216585f2134901227271a48ceac322f7c.tar.gz
dotfiles-4bbc55a216585f2134901227271a48ceac322f7c.zip
Emacs keybindings for start/end line.
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