Wez Furlong
Wez Furlong
There are a number of key assignments for scrolling: [ScrollByLine](https://wezfurlong.org/wezterm/config/lua/keyassignment/ScrollByLine.html) [ScrollByPage](https://wezfurlong.org/wezterm/config/lua/keyassignment/ScrollByPage.html) (SHIFT+PageUp/PageDown are bound to this by default) [ScrollToBottom](https://wezfurlong.org/wezterm/config/lua/keyassignment/ScrollToBottom.html) [ScrollToPrompt](https://wezfurlong.org/wezterm/config/lua/keyassignment/ScrollToPrompt.html) [ScrollToTop](https://wezfurlong.org/wezterm/config/lua/keyassignment/ScrollToTop.html)
Please read my comment again; it explains about the defaults. The full list of defaults can be found at https://wezfurlong.org/wezterm/config/default-keys.html It is not possible to scroll past the last line,...
Remapping modifiers cross platform is potentially a bit gnarly, so I'm not eager to work on this. I would suggest looking at https://karabiner-elements.pqrs.org/ to remap globally; that's what I use...
> completely unnecessary and inadequate > when WezTerm is installed using a package manager Please mind your tone: that's *your opinion* rather than a fact. There is nothing inadequate about...
The last resort font is used as a last resort when no matching glyph is found. The code relies on it being last in the fallback list so that it...
Your tone is still a problem. You clearly have strong opinions about how you think things should be done, but the way that you are presenting them comes across as...
@bew: yeah, I think adding a `custom_glyphs` config that uses bitflags to control which ranges are covered like we do for `LauncherFlags`: https://github.com/wez/wezterm/blob/736169a7526c1acf93edd4c1d5f12feaf6177310/config/src/keyassignment.rs#L18-L96 would make sense. da7da888cdb633a78ede71455fad9e9f60f08a96 will allow annotating...
Please capture a terminal recording: * Launch wezterm. If possible, please use 80x24 for the terminal dimensions as it helps to keep things smaller and easier to manage. * Inside...
FWIW, this works for me: ```lua local wezterm = require 'wezterm'; -- This is helpful when debugging leader states wezterm.on("update-right-status", function(window, pane) local leader = "" if window:leader_is_active() then leader...
Let's keep this open for now!