From ac00df15b36314e54da341895e09d49f4cd7c898 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sun, 6 Dec 2015 10:27:39 +0100 Subject: support adding newlines without going into insert mode This is useful when pasting multiple things into a file ([p]aste, [return], [p]aste, ...) --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index dba1949..78f7ea8 100644 --- a/vimrc +++ b/vimrc @@ -63,6 +63,9 @@ nnoremap \make :!make nmap \make imap \make +" insert newline without editing mode +map o + nmap :TagbarToggle " add vala support -- cgit v1.2.3