aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-07-09 18:49:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-07-09 18:49:57 +1200
commit687d1f0b38de3c5f1ae0931819601864343f8f8a (patch)
tree05e0d0b1e133bd0d2369f7b46043cae553324da8 /vim/vimrc
parentex-style prompt for ed (diff)
downloaddotfiles-687d1f0b38de3c5f1ae0931819601864343f8f8a.tar.gz
dotfiles-687d1f0b38de3c5f1ae0931819601864343f8f8a.zip
Use consistent capitals
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index c5d1b082..21e038ad 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -61,8 +61,8 @@ if has("cmdline_info")
set showcmd
set showmode
endif
-cnoremap <C-a> <Home>
-cnoremap <C-e> <End>
+cnoremap <C-A> <Home>
+cnoremap <C-E> <End>
" Completion
inoremap <C-F> <C-X><C-F>