mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 06:24:13 -06:00
feat: add Kitty window management keybindings
This commit is contained in:
@@ -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)
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user