1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 19:31:49 +03:00
wezterm/wezterm-gui/src
Wez Furlong 2725559fc0 paneselect: add mode parameter and a mode for swapping panes
Extends the pane selector to allow:

```
wezterm --config 'keys={{key="p", mods="CTRL", action=wezterm.action{PaneSelect={mode="SwapWithActive"}}}}'
```

to swap the active pane with the selected pane.
Similar to https://wezfurlong.org/wezterm/config/lua/keyassignment/RotatePanes.html
except that only the active and the selected panes have their positions
adjusted.

refs: https://github.com/wez/wezterm/issues/1842
refs: https://github.com/wez/wezterm/issues/1975
2022-05-24 22:52:54 -07:00
..
overlay add PaneSelect key assignment 2022-05-23 08:16:52 -07:00
scripting config: cut over to wezterm-dynamic 2022-05-18 07:47:39 -07:00
termwindow paneselect: add mode parameter and a mode for swapping panes 2022-05-24 22:52:54 -07:00
cache.rs instrument cache hit rates, fix duration histograms 2021-07-07 17:21:18 -07:00
colorease.rs Add separate animation_fps config for easing 2022-02-07 23:02:52 -07:00
commands.rs search mode can now default to searching the selection text 2022-05-21 07:24:50 -07:00
customglyph.rs add cell_width config to scale cell_width 2022-05-21 06:10:03 -07:00
download.rs downloader: restructure how we propagate to the gui 2022-03-31 20:06:43 -07:00
frontend.rs wayland: avoid noisy panic-within-panic on shutdown 2022-05-20 07:54:00 -07:00
glyph-frag.glsl fix typo is commented out portion of shader 2021-12-22 21:03:19 -07:00
glyph-vertex.glsl gui: remove adjust from vertex 2022-01-01 08:11:10 -07:00
glyphcache.rs fonts: adjust descender for scaled fallback fonts 2022-04-03 09:39:48 -07:00
inputmap.rs rectangular selection: add option to select with Alt+Shift 2022-05-16 19:43:30 -07:00
main.rs config: generate errors for things like --config tarm=foo 2022-05-21 13:10:30 -07:00
markdown.rs deps: image -> 0.24 2022-02-06 18:51:32 -07:00
quad.rs gui: remove adjust from vertex 2022-01-01 08:11:10 -07:00
renderstate.rs gui: remove adjust from vertex 2022-01-01 08:11:10 -07:00
scrollbar.rs fix: broken scroll bar after screen is cleared/reset 2022-04-17 08:12:03 -07:00
selection.rs rectangular selection: fix selection 2022-05-16 19:43:30 -07:00
shapecache.rs feed unicode version config through to Line for ls-fonts 2022-04-19 21:12:21 -07:00
stats.rs improve some of our counters/stats 2022-01-10 17:59:53 -07:00
tabbar.rs config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00
update.rs mux: pass current window_id to Domain::attach 2022-04-17 18:07:58 -07:00
utilsprites.rs add cell_width config to scale cell_width 2022-05-21 06:10:03 -07:00