Detach Window Keymaps
- F2: Detach window into new OS window - F3: Detach window into new tab - F4: Detach window into previous tab
This commit is contained in:
@@ -79,6 +79,14 @@ map alt+right neighboring_window right
|
|||||||
map alt+up neighboring_window up
|
map alt+up neighboring_window up
|
||||||
map alt+down neighboring_window down
|
map alt+down neighboring_window down
|
||||||
|
|
||||||
|
# Detach Windows
|
||||||
|
# moves the window into a new OS window
|
||||||
|
map kitty_mod+f2 detach_window
|
||||||
|
# moves the window into a new tab
|
||||||
|
map kitty_mod+f3 detach_window new-tab
|
||||||
|
# moves the window into the previously active tab
|
||||||
|
map ctrl+f4 detach_window tab-prev
|
||||||
|
|
||||||
### Kittens ###
|
### Kittens ###
|
||||||
#kitty-search
|
#kitty-search
|
||||||
map kitty_mod+/ launch --location=hsplit --allow-remote-control kitty +kitten kitty_search/search.py @active-kitty-window-id
|
map kitty_mod+/ launch --location=hsplit --allow-remote-control kitty +kitten kitty_search/search.py @active-kitty-window-id
|
||||||
|
|||||||
Reference in New Issue
Block a user