ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

QNav

by ta-tikoma ALL

sublime package - quick file navigation

Details

Installs

  • Total 29
  • Win 17
  • Mac 7
  • Linux 5
Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

QNav

Its package from Sublime text 3 for quick navigation by file of project.

Installing

  • Get package
    • Install via Package Control by name QNav
    • OR Copy this repository into the Sublime Text 3 “Packages” directory.
  • Add keymaps for the commands

Keymaps

For clear path (or any constant path): { "keys": ["ctrl+shift+o"], "command": "qnav", "args": { "path": "" } }

For last path: { "keys": ["ctrl+alt+o"], "command": "qnav", "args": {} }

Example

Trigger input field and enter first letter of folder name where you want go.

For open file you must input letters of path and press Enter.

For add file or folder you can write :afolder_name after your path.

For remove file or foldre you can write :r after you path.

For find in files file or foldre you can write :f after you path.