Fix leader mapping

jane
blallo 2023-06-15 18:03:47 +02:00
parent 56a65256cd
commit 486e4676a4
Signed by: blallo
GPG Key ID: C530464EEDCF489A
1 changed files with 3 additions and 1 deletions

4
vimrc
View File

@ -14,6 +14,9 @@ endif
let g:python3_host_prog = "/usr/bin/python"
let g:python_host_prog='/usr/bin/python'
""" leader mapping
let mapleader = ','
""" source
" all other includes are in alphabetical order
@ -141,7 +144,6 @@ autocmd BufNewFile,BufRead Dockerfile* set ft=Dockerfile
""" keybindings
let mapleader = ','
noremap <leader>ad :ALEGoToDefinition<CR>
nnoremap <leader>af :ALEFix<cr>
nnoremap <leader>ah :ALEHover<cr>