Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-13 | cmd-escape: Make the plugin code more robust | Teddy Wing | |
* Move functions into autoload * Remove unused `s:Activate()` and `s:Deactivate()`. These were development ideas. * Add a load guard | |||
2019-12-13 | Add 'cmd-escape' plugin idea | Teddy Wing | |
A mapping that toggles <Space> to insert '\ ', automatically escaping spaces when entering file names (such as when creating files with spaces in their names). Working, but I now need to clean up the code. |