Closed peteschaffner closed 11 years ago
You should actually be able to drop a vico.nu
file there, and it will work exactly as you want :) Let me know if that's not the case and I will investigate.
Hmm no luck :( I have the above keybinding set in ~/Application Support/Vico/vico.nu
but it doesn't seem to work.
My bad. Try site.nu
.
Still no luck. I wonder if my syntax is off :\
Is this correct? Sorry I'm completely new to nu haha.
(let
(nmap setKey:"U" toAction:"vim_redo:")
)
I guess I should have read a little more ;) You'll want something more like:
(let (nmap (ViMap normalMap))
(nmap setKey:"U" toAction:"vim_redo:"))
Perfect! I was going off what I saw in keys.nu
... whoops.
Thanks so much for your help! I'm getting pretty excited about this editor :)
Oops. I guess if I would have looked a little closer I would have seen that is exactly what was happening in keys.nu
;)
Hehe yes indeed :) Glad to hear it! Going to go ahead and close this issue unless you have any other problems.
Nope I am good! Thanks again for the help.
Cool, no probs.
This is more of a feature request than an issue, but it would be nice for Vico to honor a user's
keys.nu
file located in the app support directory. For example, having something likein
~/Application Support/Vico/keys.nu
would create a new mapping forvim_redo
, and override an existing binding toU
if it exists.Perhaps this is already implemented, but I couldn't find any documentation on it.
What do you think?