Skip to content

Far2l editor plugin for quick searching the word under cursor

Notifications You must be signed in to change notification settings

axxie/far2l-jumpword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

The far2l plugin that searches the word under the cursor below or above the current location. This is quite useful for quick navigation in sources. The demo is below:

Demo

Building

To build, do a git clone from this repository to your far2l source root folder, add add_subdirectory(jumpword) to CMakeLists.txt, build far2l in the usual way.

Installing

Perform the build and do the usual far2l installation from build directory.

In addition you can install Ctrl + Alt + and Ctrl + Alt + keyboard shortcuts. To do that, add the following sections to ~/.config/far2l/settings/key_macros.ini:

[KeyMacros/Editor/CtrlAltDown]
DisableOutput=0x0
Sequence=F11 j 2

[KeyMacros/Editor/CtrlAltUp]
DisableOutput=0x0
Sequence=F11 j 1

[KeyMacros/Editor/CtrlShiftDown]
DisableOutput=0x0
Sequence=F11 j 2

[KeyMacros/Editor/CtrlShiftUp]
DisableOutput=0x0
Sequence=F11 j 1

About

Far2l editor plugin for quick searching the word under cursor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published