DEV Community

Discussion on: Easy scrolling with tmux and alacritty

Collapse
 
folaht profile image
Folât Pjêrsômêj • Edited

The mouse scroll works, but

set -ga terminal-overrides ',*256color*:smcup@:rmcup@'
Enter fullscreen mode Exit fullscreen mode

does nothing.
And those key binding do not work for man bash or less.

Collapse
 
folaht profile image
Folât Pjêrsômêj

Looks like the key bindings in alacritty need to be left alone, while .tmux.conf needs

set -g mouse on

bind -n PPage copy-mode -eu
bind -T copy-mode Home send-keys -X history-top
bind -T copy-mode End copy-mode -q
Enter fullscreen mode Exit fullscreen mode