wezterm: Change pane movement mappings

Added mapping `<leader><c-q>` to select a pane which will be moved out
to a new tab.

Slightly changed pane switching on `<leader><s-q>` to keep focus on the
pane instead of switching to the other pane.

Finally, added two simple relative tab movement maps to cycle forward
with `<leader>.` and reverse with `<leader>,`. This replaces the old tab
movement (moving the actual tab around) left and right which are now on
`<leader><s-,>` and `<ledaer><s-.>` respectively.
This commit is contained in:
Marty Oehme 2024-08-13 22:32:49 +02:00
parent bec8f4e2e7
commit 2dd5f6e02d
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 13 additions and 8 deletions

View file

@ -662,3 +662,5 @@ command! cmp : if expand('%%c') == expand('%%f')
\ | echo expand('Comparing files: %%"f ...')
\ | cmpinternal %f
\ | endif
" pasting symlinks: al (absolute) or rl (relative)"