Skip to content

v0.12.0

Compare
Choose a tag to compare
@tshino tshino released this 15 Oct 13:20
· 1169 commits to master since this release
  • Added:
    • New set of options to the Settings to enable/disable some key bindings of Vz Keymap.
      • By turning some of these options off you can choose to use the specific keys for the original function of VS Code instead of Vz Keymap's functionality.
      • Here is the full list of key binding options:
      • Vz Keymap: Ctrl+I - on: Insert tab (Vz Keymap) / off: IntelliSense (VS Code)
      • Vz Keymap: Ctrl+L - on: Select word for find (Vz Keymap) / off: Expand line selection (VS Code)
      • Vz Keymap: Ctrl+W - on: Scroll up (Vz Keymap) / off: Close editor (VS Code)
      • Vz Keymap: Ctrl+Z - on: Scroll down (Vz Keymap) / off: Undo (VS Code)
    • Ctrl+Q O for Replace one match.
    • Ctrl+Q U for Transform case.
    • Ctrl+Q N for Insert file path.
    • Shift+PageUp, Shift+PageDown for Scroll up/down one line (same as Ctrl+W, Ctrl+Z).