From 2f911b8e3411dbc1926107a325f7f0a509bb5692 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 7 May 2021 09:29:14 +0530 Subject: [PATCH] kitty: Change mapping for closing window and tab Did like to use ctrl+q for building quickfix list in fzf.vim and this should also make us less prone to accidentally closing tabs or windows. --- kitty/.config/kitty/kitty.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 738b00b..953ef45 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -841,7 +841,7 @@ map kitty_mod+y new_window mutt # map ctrl+[ previous_window map ctrl+t new_window_with_cwd -map ctrl+q close_window +map kitty_mod+q close_window map ctrl+d no_op map ctrl+` move_window_to_top map kitty_mod+f move_window_forward @@ -866,7 +866,7 @@ map ctrl+0 tenth_window map alt+] next_tab map alt+[ previous_tab map alt+t new_tab -map alt+q close_tab +map ctrl+alt+q close_tab map alt+. move_tab_forward map alt+, move_tab_backward map kitty_mod+t set_tab_title