spolu / dwm.vim

Tiled Window Management for Vim
http://www.vim.org/scripts/script.php?script_id=4186
700 stars 76 forks source link

Change maps to nnoremaps #30

Closed tpope closed 12 years ago

tpope commented 12 years ago

I hope you'll agree this change is pretty benign, as my muscle memory for <C-c> to cancel out of visual mode (among other things) has been killing me (and might even be a deal breaker even with this fix).

Note the nore portion means "don't invoke maps recursively", which guards against the unlikely case that someone has remapped colon.

spolu commented 12 years ago

Thanks!