From fcb7cd20e0396a6b1fdb33bef3e76eec273dae01 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 30 Mar 2025 14:57:00 -0300 Subject: Attempt to map backslash as a second leader key --- vimrc.dot.link | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/vimrc.dot.link b/vimrc.dot.link index 6fe389f..22f135b 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -29,8 +29,14 @@ set timeoutlen=1000 " This one is nice, but easier to conflict with text being typed. "let mapleader=" " -" This one sems handy! +" This one is handy to access keys in the left. let mapleader=";" + +" This maps the leader to backslash: handy for keys on the right. +" But is not working. +" https://stackoverflow.com/questions/8395531/how-do-i-map-multiple-leader-keys-in-vim#8397808 +" https://stackoverflow.com/questions/16105504/how-to-set-vims-local-leader-to-backslash#16105660 +map " }}} " Filetype and syntax handling {{{ -- cgit v1.2.3