From a03d948a3ffa426a0eb25f0f06d3ed29bd0ab2b3 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 14 Nov 2009 14:37:56 +0100 Subject: [PATCH] vimrc: Add mapping to make last active window the only one. --- vimrc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.45.2