1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2026-04-26 16:51:35 +00:00

[kitty] Add shortcut to open opencode in a splitted window

This commit is contained in:
2026-04-21 23:37:18 +02:00
parent 0112005fc1
commit 2380eb3d8e
+6 -5
View File
@@ -86,9 +86,10 @@ map alt+right kitten pass_keys.py right alt+right
allow_remote_control yes
listen_on unix:@mykitty
map F1 launch --allow-remote-control kitty +kitten broadcast
map ctrl+alt+p kitten kitty_secrets.py "description" "Kitty password"
map kitty_mod+p>f kitten hints --type path --program @ --program -
map kitty_mod+p>l kitten hints --type line --program @ --program -
map kitty_mod+p>w kitten hints --type word --program @ --program -
map F1 launch --allow-remote-control kitty +kitten broadcast
map ctrl+alt+p kitten kitty_secrets.py "description" "Kitty password"
map ctrl+alt+o launch --location=vsplit --hold --cwd=current zsh --login --interactive -c "opencode --port"
map kitty_mod+p>f kitten hints --type path --program @ --program -
map kitty_mod+p>l kitten hints --type line --program @ --program -
map kitty_mod+p>w kitten hints --type word --program @ --program -
#: }}}