Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 755 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 755 Bytes

Introduction

This extension enables you jump to anywhere with two key strokes.

Quick Jump

Settings

  • quickJump.anchors: Anchor letters (default: hklyuiopnm,qwertzxcvbasdgjf;0123456789/)
  • quickJump.regex: Regex to match (default: \b\w|\w\b|\w(?=_)|(?<=_)\w|(?<=[a-z0-9])[A-Z])
  • quickJump.textColor: The font color for other text (default: #777777)
  • quickJump.blockAnchorColor: The font color for block anchor (default: #ffb400)
  • quickJump.wordAnchorColor: The font color for the word anchor (default: #ff0000)
  • quickJump.jumpBeforeAnchor: Jump before anchor (default: false) Set this to true if you have a VIM extension installed
  • quickJump.columns: Number of columns you can jump (default: 300)