From 79ee8495efacc85b79c993b3b33e9179cd101f21 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Tue, 10 Nov 2020 17:46:16 -0300 Subject: [PATCH] add detach_window command --- dotfiles/kitty.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/kitty.conf b/dotfiles/kitty.conf index db5ba25..b3e0601 100644 --- a/dotfiles/kitty.conf +++ b/dotfiles/kitty.conf @@ -43,3 +43,6 @@ enable_audio_bell no allow_remote_control yes update_check_interval 0 + +# moves the window into a new OS window +map ctrl+f2 detach_window