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:
2024-07-15 19:32:43 -04:00
parent e1bf8cffc4
commit 743a5d95f4
+8
View File
@@ -79,6 +79,14 @@ map alt+right neighboring_window right
map alt+up neighboring_window up
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 ###
#kitty-search
map kitty_mod+/ launch --location=hsplit --allow-remote-control kitty +kitten kitty_search/search.py @active-kitty-window-id