summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index b0fc819..2a09572 100644
--- a/vimrc
+++ b/vimrc
@@ -224,7 +224,6 @@ imap <end> <C-o>g<end>
" Hit <C-a> in insert mode after a bad paste (thanks absolon) {{{
inoremap <silent> <C-a> <ESC>u:set paste<CR>.:set nopaste<CR>gi
"}}}
-
" Normal-mode remappings {{{
" have Y behave analogously to D rather than to dd
nmap Y y$
@@ -272,7 +271,6 @@ map <home> g<home>
map <end> g<end>
" }}}
"}}}
-
" Plugin settings {{{
" Enhanced Commentify {{{
let g:EnhCommentifyBindInInsert = 'No'
@@ -301,3 +299,4 @@ if file_readable(s:session_file) && expand("%:.") !~ '^/'
endif
" }}}
" }}}
+" }}}