obsidian-vimrc-support
obsidian-vimrc-support copied to clipboard
Space key binding
I have a binding in vim generally nmap <Space>c zz
but this doesn't work in obsidian. Do i need to map space key differently?
Mappings for <Space>
generally work for me—did you try unmap <Space>
before adding your custom mappings?
Sorry to reply to this old issue. But I find it peculiar that long press space in normal mode will insert space under cursor when I unmap <Space>. I wonder if such behavior is observable on others setup too? Thanks