bejmp Plugin

About

jump to B/EOF, move left/right by fixed width, extended jump dialog

Example

bind: ctrl+1 >> goto BOF

bind: ctrl+2 >> goto EOF

[jump dialog syntax]

10,2 >> jump to l10,c2

0 >> jump to EOF ('0' means END)

10,0 >> l/c == 10/EOL

+10,+1 >> l/c == 11,2 if current is 1,1

Installation

~$ ./configure && make && make install

~$ cp ./inst/(libdir)/*.so ~/.config/geany/plugins

(mkdir if no plugins/)

see plugin help or source code for details.

License

AGPLv3+