obsidian-vimrc-support icon indicating copy to clipboard operation
obsidian-vimrc-support copied to clipboard

[Feature Request] Leader key

Open Archie-2021 opened this issue 1 year ago • 5 comments

Please if it is not a CodeMirror issue and is on obisdian end add a leader binding available.

thanks

Archie-2021 avatar Jul 12 '22 07:07 Archie-2021

Leader key support would be amazing

j-2112 avatar Jul 29 '22 19:07 j-2112

You can just do something like this

unmap <Space>
exmap followlink obcommand editor:follow-link
map <Space><CR> :followlink

Locbac avatar Nov 20 '22 00:11 Locbac

You can just do something like this

unmap <Space>
exmap followlink obcommand editor:follow-link
map <Space><CR> :followlink

I tried it with "," but it didn't work for me.

Archie-2021 avatar Nov 21 '22 09:11 Archie-2021

I would like to join the bandwagon requesting leader key functionality. I use a lot of ,<command> and I really miss not having it in Obsidian.

adamreiswig avatar Dec 12 '22 15:12 adamreiswig

+1 for this, I had to look through issues to understand that this wasn't supported

GNRSN avatar Jul 28 '23 16:07 GNRSN