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:
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.
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