cabra-arretado / mini-vimrc-obsidian

Minimal plugin to add key-biddings to Obsidian
MIT License
22 stars 0 forks source link

an option to use `set mapleader = " "` or `<Space>` to be able to mimic leader key functionality #26

Open kaem-e opened 9 months ago

kaem-e commented 9 months ago

I know the whole point for this project is to be an extemely minimal vimrc support plugin for obsidian but i think leader key support is something very vital to most peoples experience of using vim, i personally always have the keybindings

let mapleader=" "

nmap <leader>h ^
nmap <leader>l $

and not having these in obsidian really makes using it quite annoying

StefanoRausch commented 5 months ago

I second @kaem-e 's request. mapleader would be very useful and a good addition to the minimalistic approach!