feat: add Kitty window management keybindings

This commit is contained in:
2025-12-28 17:05:55 -06:00
parent 6a72b0af2d
commit 3b49847074
+6
View File
@@ -24,3 +24,9 @@ map ctrl+shift+g launch --stdin-source=@last_cmd_output --type=overlay nvim -u N
# Open full scrollback in Neovim for easy selection (starts in visual line mode) # Open full scrollback in Neovim for easy selection (starts in visual line mode)
map ctrl+shift+f launch --stdin-source=@screen_scrollback --type=overlay nvim -u NONE -c "luafile ~/.config/kitty/buffer-select.lua" - map ctrl+shift+f launch --stdin-source=@screen_scrollback --type=overlay nvim -u NONE -c "luafile ~/.config/kitty/buffer-select.lua" -
# Move current window to another tab interactively
map ctrl+shift+m detach_window ask
# Move current window to a new tab
map ctrl+shift+n detach_window new-tab