From dcc102f9bf7a04b5cabc039c6629265888faad37 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 15 Jan 2025 14:54:28 +0100 Subject: [PATCH] ghostty: keymap c-m + friends --- home/common/ghostty.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/common/ghostty.nix b/home/common/ghostty.nix index 99b7338..971ade9 100644 --- a/home/common/ghostty.nix +++ b/home/common/ghostty.nix @@ -44,7 +44,10 @@ keybind = [ "alt+shift+c=copy_to_clipboard" "alt+shift+v=paste_from_clipboard" + "ctrl+i=text:\\x09" + "ctrl+m=text:\\x0D" "ctrl+tab=goto_split:previous" + "ctrl+[=text:\\x1B" "super+enter=toggle_fullscreen" ]; };