]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - vimrc
vim/plugin/securemodelines.vim: Merge version ca214e9f70.
[config/dotfiles.git] / vimrc
diff --git a/vimrc b/vimrc
index 8187c3bc61d491ecabbec62d8fbfe18b030388b4..6c3e292145226b121326a392c6103c7d3be84944 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -365,7 +365,7 @@ nmap - <C-B>
 " Go to next and previous buffer. Thanks to elik in #vim on Freenode
 " (2010-05-16 18:38 CEST) for this idea.
 nnoremap <silent> gb :bnext<CR>
-nnoremap <silent> gB :bprev<CR>
+nnoremap <silent> gB :bprevious<CR>
 
 " Fast access to buffers.
 nnoremap <silent> <Leader>1 :1buffer<CR>
@@ -503,8 +503,8 @@ endif
 " ABBREVIATIONS
 
 " Fix some of my spelling mistakes.
-iabbrev relle reelle
-iabbrev reele reelle
+inoreabbrev relle reelle
+inoreabbrev reele reelle
 
 
 " SYNTAX SETTINGS