Fix leader mapping
This commit is contained in:
parent
56a65256cd
commit
486e4676a4
4
vimrc
4
vimrc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user