Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 804 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 804 Bytes

nppTabSwitch

Notepad++ Tab Switching with Python Script

Installation

  1. Install Full version of Python Script plugin with TclTk libraries.
  2. Copy tabSwitcher.py to plugin scripts (%APPDATA%\Notepad++\plugins\config\PythonScript\scripts)
  3. Optionally (but very recommended) assign a shortcut with Shortcut Mapper...
  4. Optionally adjust colors to your taste and theme

Usage

  1. Call script either with shortcut (recommended) or from menu
  2. Start typing. List will be filtered based on your input
    • To go to first tab in the list: press Enter
    • To select file from list: press Down, select file, Enter

animated-tabSwitch