From 617f63ed17ec14b6f253e942d0b2ef3e0f85745c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 3 Oct 2021 09:51:22 +0200 Subject: [PATCH] vim: Add autoformat shortcut --- vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 89e83ed..dd14873 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -219,6 +219,8 @@ nmap w :Goyo:TogglePencil:Limelight!! nmap c :%w !xclip -selection clipboard nmap x :r !xclip -out -selection -clipboard +nmap f :Autoformat + " no more ex mode nnoremap Q