9df5f441136f

vim: tweaks
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 09 Feb 2011 09:25:45 -0500
parents 41eff4423148
children 8540a1e71ccb
branches/tags (none)
files vim/.vimrc

Changes

--- a/vim/.vimrc	Wed Feb 09 09:16:52 2011 -0500
+++ b/vim/.vimrc	Wed Feb 09 09:25:45 2011 -0500
@@ -109,7 +109,9 @@
 vnoremap < <gv
 vnoremap > >gv
 
-noremap L $
+nnoremap L $
+vnoremap L $
+onoremap L $
 
 " Directional Keys {{{