feat: add identical load cell keybind in select mode

This commit is contained in:
Himadri Bhattacharjee
2026-04-05 17:22:06 +05:30
parent 157dcdc3b5
commit 1883bb9c7b

View File

@@ -1,2 +1,5 @@
[keys.normal]
"C-r" = [":write", ":pipe-to cat > .cell && kitty @ send-text --match cmdline:python '%%load .cell\n\n'"]
[keys.select]
"C-r" = [":write", ":pipe-to cat > .cell && kitty @ send-text --match cmdline:python '%%load .cell\n\n'"]