-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bind Ctrl+MouseWheel to scroll up/down
On my system, Shift+Mouse is captured by the terminal and Alt+Mouse only works for one of the alt keys. Hence I picked Ctrl. This also allows binding of Ctrl+MouseButtons (but doesn't set any such bindings). That should also allow usign Ctrl+Click to select `lf`'s terminal without moving the cursor no matter where you click. On tmux, this doesn't work out of the box and requires a change to `tmux.conf` along the following lines: bind-key -T root C-MouseDown1Pane select-pane -t = \; send-keys -M
- Loading branch information
Showing
5 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters