From: Simon Ruderich Date: Sat, 14 Nov 2009 13:37:56 +0000 (+0100) Subject: vimrc: Add mapping to make last active window the only one. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=a03d948a3ffa426a0eb25f0f06d3ed29bd0ab2b3;p=config%2Fdotfiles.git vimrc: Add mapping to make last active window the only one. --- diff --git a/vimrc b/vimrc index d8ed984..fbf5a87 100644 --- a/vimrc +++ b/vimrc @@ -141,6 +141,9 @@ nnoremap 8 :8b nnoremap 9 :9b nnoremap 0 :10b +" Make last active window the only window. Similar to o. +nnoremap O po + " Maps to change spell language between English and German and disable spell " checking. if v:version >= 700