From b670f2bdd6bf56def9eaa6c1adb46e9c846feb38 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Sat, 30 May 2020 11:41:11 +0200 Subject: [PATCH] Add f9 keymap for black --- dotfiles/vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 8548bb3..42da420 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -104,6 +104,9 @@ let NERDTreeIgnore=['^__pycache__$', '\.pyc', '\~$'] " ignore files in NERDTree " in normal mode ,ne will open NERDTree nmap ne :NERDTree +" F8 will run Black +nnoremap :Black + " let g:indentLine_char = '▏' let g:indentLine_fileType = ['html', 'htmldjango']