Needs Clipboard inserter chrome extension
LunaHook is preferred
- Fix any more bugs
- Add time elapsed / reading speed
| [ | |
| { | |
| "context": "Editor && (vim_mode == normal || vim_mode == visual) && !VimWaiting && !menu", | |
| "bindings": { | |
| // put key-bindings here if you want them to work in normal & visual mode | |
| // Git | |
| "space g h d": "editor::ToggleSelectedDiffHunks", | |
| "space g h r": "git::Restore", | |
| // Toggle inlay hints |
Needs Clipboard inserter chrome extension
LunaHook is preferred