1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-13 18:39:30 +03:00
wezterm/docs/config/lua/keyassignment
Wez Furlong 107d3d2378 search mode can now default to searching the selection text
To do this, we split `Pattern` into the underlying pattern for the mux
layer (which is part of the codec), and another for the config layer,
so that we can specify this new mode.

At the gui layer, we translate the selection variant into the actual
selection text and map it to the mux Pattern enum.

When taking the selection text, we restrict it to just the first line.

refs: https://github.com/wez/wezterm/issues/1912
2022-05-21 07:24:50 -07:00
..
ActivateCopyMode.md docs: slightly clarify key assignment docs 2021-10-03 09:10:04 -07:00
ActivateKeyTable.md docs: update for 20220408-101518-b908e2dd release 2022-04-08 17:44:41 -07:00
ActivateLastTab.md docs: update for 20210404-112810-b63a949d release 2021-04-04 11:30:58 -07:00
ActivatePaneByIndex.md docs: update for 20220319-142410-0fcdea07 2022-03-19 16:37:27 -07:00
ActivatePaneDirection.md docs: update for 20220101-133340-7edc5b5a release 2022-01-01 13:36:37 -07:00
ActivateTab.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
ActivateTabRelative.md new ActivateTabRelativeNoWrap key assignment 2021-12-23 09:32:49 -07:00
ActivateTabRelativeNoWrap.md docs: update for 20220101-133340-7edc5b5a release 2022-01-01 13:36:37 -07:00
AdjustPaneSize.md docs: update for 20201031-154415-9614e117 release 2020-10-31 15:51:08 -07:00
AttachDomain.md docs: tweak AttachDomain DetachDomain docs 2022-04-17 22:02:23 -07:00
ClearKeyTableStack.md docs: update for 20220408-101518-b908e2dd release 2022-04-08 17:44:41 -07:00
ClearScrollback.md fix invalid lua config 2022-02-25 08:20:33 -08:00
ClearSelection.md docs for https://github.com/wez/wezterm/issues/1900 2022-04-21 07:56:35 -07:00
CloseCurrentPane.md fix invalid lua config 2022-02-25 08:20:33 -08:00
CloseCurrentTab.md fix invalid lua config 2022-02-25 08:20:33 -08:00
CompleteSelection.md docs: update for 20210203-095643-70a364eb release 2021-02-03 10:03:04 -08:00
CompleteSelectionOrOpenLinkAtMouseCursor.md docs: update for 20210203-095643-70a364eb release 2021-02-03 10:03:04 -08:00
Copy.md docs: update for 20210203-095643-70a364eb release 2021-02-03 10:03:04 -08:00
CopyTo.md docs: fix typo 2022-05-19 09:21:37 -07:00
DecreaseFontSize.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
DetachDomain.md docs: tweak AttachDomain DetachDomain docs 2022-04-17 22:02:23 -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 add rectangular selection 2022-05-05 20:49:22 -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 fix MoveTab config document error 2022-04-03 06:38:36 -07:00
MoveTabRelative.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
Multiple.md docs: update nightly refs to new release tag 2021-12-04 08:34:58 -07:00
Nop.md docs: link Nop -> DisableDefaultAssignment 2021-02-23 08:13:25 -08:00
OpenLinkAtMouseCursor.md docs: slightly clarify key assignment docs 2021-10-03 09:10:04 -07:00
Paste.md docs: update for 20210203-095643-70a364eb release 2021-02-03 10:03:04 -08:00
PasteFrom.md docs: update for 20220319-142410-0fcdea07 2022-03-19 16:37:27 -07:00
PastePrimarySelection.md docs: update for 20210203-095643-70a364eb release 2021-02-03 10:03:04 -08:00
PopKeyTable.md docs: update for 20220408-101518-b908e2dd release 2022-04-08 17:44:41 -07:00
QuickSelect.md quickselect: add QuickSelectArgs and helpers for opening urls 2021-12-23 10:55:44 -07:00
QuickSelectArgs.md docs: update for 20220101-133340-7edc5b5a release 2022-01-01 13:36:37 -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
ResetFontAndWindowSize.md docs: update for version 20210314-114017-04b7cedd 2021-03-14 11:55:12 -07:00
ResetFontSize.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
ScrollByLine.md docs: update for version 20210314-114017-04b7cedd 2021-03-14 11:55:12 -07:00
ScrollByPage.md docs: update for 20220319-142410-0fcdea07 2022-03-19 16:37:27 -07:00
ScrollToBottom.md docs: update for 20220101-133340-7edc5b5a release 2022-01-01 13:36:37 -07:00
ScrollToPrompt.md docs: update for 20210203-095643-70a364eb release 2021-02-03 10:03:04 -08:00
ScrollToTop.md docs: update for 20220101-133340-7edc5b5a release 2022-01-01 13:36:37 -07:00
Search.md search mode can now default to searching the selection text 2022-05-21 07:24:50 -07:00
SelectTextAtMouseCursor.md rectangular selection: add option to select with Alt+Shift 2022-05-16 19:43:30 -07:00
SendKey.md docs: update nightly refs to new release tag 2021-12-04 08:34:58 -07:00
SendString.md Add Multiple key assignment 2021-09-04 13:01:34 -07:00
Show.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
ShowDebugOverlay.md docs: slightly clarify key assignment docs 2021-10-03 09:10:04 -07:00
ShowLauncher.md docs: upgrade to mdbook 0.4, enable link checking 2021-01-30 14:14:29 -08:00
ShowLauncherArgs.md docs: update for 20220319-142410-0fcdea07 2022-03-19 16:37:27 -07:00
ShowTabNavigator.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
SpawnCommandInNewTab.md docs: fix typo 2021-04-17 11:57:48 -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 docs: fix CLTR -> CTRL typo 2021-04-03 05:05:07 -07:00
SplitVertical.md docs: fix CLTR -> CTRL typo 2021-04-03 05:05:07 -07:00
StartWindowDrag.md docs: update for version 20210314-114017-04b7cedd 2021-03-14 11:55:12 -07:00
SwitchToWorkspace.md docs: update for 20220319-142410-0fcdea07 2022-03-19 16:37:27 -07:00
SwitchWorkspaceRelative.md docs: update for 20220319-142410-0fcdea07 2022-03-19 16:37:27 -07:00
ToggleFullScreen.md docs: split out the KeyAssignment enum variants 2020-10-10 08:45:13 -07:00
TogglePaneZoomState.md Unzoom when switching panes (#1301) 2021-11-13 11:43:15 -08:00