From 02e4f07c10ae60f85e0493d7594fa008b4b63ec3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 30 Jul 2013 16:44:06 +1200 Subject: Unset Fedora settings I dislike --- vim/vimrc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index ed306175..88e5dd2d 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -516,6 +516,13 @@ nnoremap ZA :wa! " done with yy anyway); this fixes it so it only yanks the rest of the line nnoremap Y y$ +" Fedora's default environment adds a few auto commands that I don't like, +" including the 'return to previous position in buffer' one; fortunately +" they're nice enough to group the commands, so I can just clear them +augroup fedora + autocmd! +augroup END + " If a file named ~/.vimrc.local exists, source its configuration; this is " useful for defining filetype rules on systems which happen to have files of " a known type with atypical suffixes or locations -- cgit v1.2.3