Hello:
I’m trying to set Ctrl+Shift+H to do the same as Navigate > File history, but the following doesn’t work in Default (Windows).sublime-keymap , with or without args. (It pulls up some other screen, not the popup you get when going through “Navigate > File history”).
Any help welcome - thanks!
[
{
"keys": ["ctrl+shift+h"],
"command": "file_history",
"args": {"command": "file_history"}
}
]