summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-08 15:29:47 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-08 15:30:57 -0400
commit4bfc236586d7312a29ac6536e99ca1f14ab032aa (patch)
tree60badbbe11636086d807a3a991bec22a8b441716 /vimrc
parent6d87af700bfb84649d060bbaca6fc496ca7c9446 (diff)
downloadconf-4bfc236586d7312a29ac6536e99ca1f14ab032aa.tar.gz
conf-4bfc236586d7312a29ac6536e99ca1f14ab032aa.zip
nope, this breaks nearly everything
it'd really be nice if vimscript wasn't awful
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index bf195dc..274e413 100644
--- a/vimrc
+++ b/vimrc
@@ -604,7 +604,6 @@ nmap <silent><Leader>/ :nohl<CR>
nmap <silent><Leader>s :syntax sync fromstart<CR>
nnoremap , :
-nnoremap <silent>: <Esc>
" }}}
" }}}
" Plugin settings {{{