From 486e4676a45b5f32da1f27df0db8b42e4b79e86e Mon Sep 17 00:00:00 2001 From: blallo Date: Thu, 15 Jun 2023 18:03:47 +0200 Subject: [PATCH] Fix leader mapping --- vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 4c941a3..fc9d2f5 100644 --- a/vimrc +++ b/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 ad :ALEGoToDefinition nnoremap af :ALEFix nnoremap ah :ALEHover