Add f9 keymap for black
This commit is contained in:
parent
41801dc496
commit
b670f2bdd6
1 changed files with 3 additions and 0 deletions
|
@ -104,6 +104,9 @@ let NERDTreeIgnore=['^__pycache__$', '\.pyc', '\~$'] " ignore files in NERDTree
|
||||||
" in normal mode ,ne will open NERDTree
|
" in normal mode ,ne will open NERDTree
|
||||||
nmap <leader>ne :NERDTree<CR>
|
nmap <leader>ne :NERDTree<CR>
|
||||||
|
|
||||||
|
" F8 will run Black
|
||||||
|
nnoremap <F9> :Black<CR>
|
||||||
|
|
||||||
" let g:indentLine_char = '▏'
|
" let g:indentLine_char = '▏'
|
||||||
let g:indentLine_fileType = ['html', 'htmldjango']
|
let g:indentLine_fileType = ['html', 'htmldjango']
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue