From 1865e4449a7619d901a69b235ec1380a4537b888 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 16 Jun 2019 20:19:53 +1200 Subject: Add a rough normal mode map to repeat with bang --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 8e063900..9f4d68e5 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1555,6 +1555,9 @@ nnoremap ? "" Leader,. runs the configured make program into the location list nnoremap . \ :lmake! +"" Leader,! repeats the last command, adding a bang +nnoremap ! + \ :! "" Leader,q formats the current paragraph nnoremap q gqap "" Leader,r acts as a replacement operator -- cgit v1.2.3