]> Sergey Matveev's repositories - nnn.git/commit
Add middle click copy (#491)
authorlvgx <l@vgx.fr>
Wed, 11 Mar 2020 03:39:57 +0000 (04:39 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 03:39:57 +0000 (09:09 +0530)
commitc9a17d80be4f14ce22273532372028f7861bd74a
tree2a10b3732cbc20bd5e22c12b5354cea6bb675795
parent3a9ddbd90fdb349cc451d6fef8219e2487e942c3
Add middle click copy (#491)

* Add middle click copy

* Make middle click action configurable

This introduces the NNN_MIDDLECLICK environment variable, containing the
key that middle mouse click emulates. Only the first character is read.

* Document NNN_MIDDLECLICK in nnn.1

* Use NNN_MCLICK instead of NNN_MIDDLECLICK

* Add '^key' syntax to set middle click to Ctrl+Key
nnn.1
src/nnn.c