I’ve got a set of vim shortcuts that are ingrained in muscle memory and I’d love to use them on C9. In vim I’ve mapped my <Leader>
key to ,
(comma) but it won’t work for me on C9. Other vim keybindings work fine, but not the ones starting with ,
.
vim.map(",w", "c9:save", "normal")
This shortcut will just move left one character and left one word, instead of saving the file. Tried it in different browsers, but no luck. Any help would be much appreciated.