Skip to content

wiruzx/QuickJump

Repository files navigation

QuickJump

AceJump-like plugin for Xcode

QuickJump allows you navigate to any visible position in the editor.

Just Toggle QuickJump, type a character and then type the matching character

See demo:


Demo gif


Features

  • Word mode
    Jump to first char of the word
  • Char mode
    Jump to any char on the screen
  • Line mode
    Jump to begining of any line on the screen

Installation

  1. Clone the project
  2. Fetch submodules git submodule update --init --recursive
  3. Open QuickJump.xcodeproj file
  4. Build project and restart Xcode

Set shortcut

Go to System Preferences > Keyboard > Shortcuts > App shortcuts and press the + button

Then chose Xcode and change menu title to:

  • QuickJump: char mode to add the char mode shortcut
  • QuickJump: word mode to add the word mode shortcut
  • QuickJump: line mode to add the line mode shortcut

System preferences

License

QuickJump is available under the MIT license. See the LICENSE file for more info.