1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-02 23:55:11 +03:00
wezterm/docs/config/lua/keyassignment
Dylan Frankland 88f44f5b5f
Add erase mode to ClearScrollback action (#439)
* Add ClearBuffer action

Clears all lines, both visible and those scrolled off the top of the viewport, making the prompt line the new first line and resetting the scrollbar thumb to the full height of the window.

This is the behavior that Hyper / xterm has for clearing the terminal.

* Combine ClearBuffer into ClearScrollback as enum with associated erase mode

Makes it easier to manage the different options of clearing the terminal.
2021-01-25 21:26:23 -08:00
..
ActivateCopyMode.md docs: fix a couple of links 2020-10-27 09:02:09 -07:00
ActivatePaneDirection.md docs: update for 20201031-154415-9614e117 release 2020-10-31 15:51:08 -07:00
ActivateTab.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
ActivateTabRelative.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
AdjustPaneSize.md docs: update for 20201031-154415-9614e117 release 2020-10-31 15:51:08 -07:00
ClearScrollback.md Add erase mode to ClearScrollback action (#439) 2021-01-25 21:26:23 -08:00
CloseCurrentPane.md docs: Update for confirm parameter when closing panes, tabs 2020-10-10 09:19:57 -07:00
CloseCurrentTab.md docs: update for 20201031-154415-9614e117 release 2020-10-31 15:51:08 -07:00
CompleteSelection.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
CompleteSelectionOrOpenLinkAtMouseCursor.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
Copy.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
DecreaseFontSize.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
DisableDefaultAssignment.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
EmitEvent.md docs: update for 20201031-154415-9614e117 release 2020-10-31 15:51:08 -07:00
ExtendSelectionToMouseCursor.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
Hide.md window: fix Hide action on Windows 2020-10-14 08:42:55 -07:00
HideApplication.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
IncreaseFontSize.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
MoveTab.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
MoveTabRelative.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
Nop.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
OpenLinkAtMouseCursor.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
Paste.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
PastePrimarySelection.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
QuitApplication.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
ReloadConfiguration.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
ResetFontSize.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
ScrollByPage.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
ScrollToPrompt.md wezterm: add ScrollToPrompt key assignment 2020-11-08 09:58:02 -08:00
Search.md docs: fix a couple of links 2020-10-27 09:02:09 -07:00
SelectTextAtMouseCursor.md wezterm: add SelectionMode::SemanticZone 2020-11-15 22:23:18 -08:00
SendString.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
Show.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
ShowLauncher.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
ShowTabNavigator.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
SpawnCommandInNewTab.md docs: more pane related docs 2020-10-10 10:49:36 -07:00
SpawnCommandInNewWindow.md docs: more pane related docs 2020-10-10 10:49:36 -07:00
SpawnTab.md docs: more pane related docs 2020-10-10 10:49:36 -07:00
SpawnWindow.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
SplitHorizontal.md clarify split docs 2020-12-29 08:40:52 -08:00
SplitVertical.md clarify split docs 2020-12-29 08:40:52 -08:00
ToggleFullScreen.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
TogglePaneZoomState.md docs: update for 20201031-154415-9614e117 release 2020-10-31 15:51:08 -07:00