From: Samir Benmendil Date: Mon, 10 Apr 2023 22:36:29 +0000 (+0100) Subject: vim: set g:mapleader instead of remapping X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/0059483c5f16391f06fd43b4a59b11922336709c?ds=sidebyside;hp=0059483c5f16391f06fd43b4a59b11922336709c vim: set g:mapleader instead of remapping This is technically the correct way, I used the remap before to support both and the default \ as leader keys. Remapping interferes with nvim's which-key though. It's just a warning and I'm not sure if it actually causes features to break. I'm only setting mapleader for now to silence this. I think the mapping was also convenient to be able to map \ ad hoc rather than use or something. We'll deal with this later. ---