You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't sure what the above commands were doing and was having trouble getting those working but I was able to setup this normal command with name like this
let g:which_key_space_map = {}
let g:which_key_space_map['y'] = [ 'ggdG', 'Delete whole file' ]
call which_key#register('<Space>', "g:which_key_space_map")
Sorry for the question, I'm just starting out with vim and I'm trying to bind
<leader>y
to"+y
but it doesn't do anything when I use it.Is there something I'm missing? I'm not seeing anything about this kind of keybind in the README.
The text was updated successfully, but these errors were encountered: