From f72af7a38d9e52c59fabd5734bc1e7a2489374d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 11 Feb 2024 21:51:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(kitty):=20change=20vscodium?= =?UTF-8?q?=20keymap=20to=20not=20interfier=20with=20the=20copy=20keymap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index a081fbe5..6eef67f1 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -139,7 +139,7 @@ map cmd+0 change_font_size all 0 # Others map kitty_mod+e launch --type=background --cwd=current sh -c 'hyprctl dispatch exec "[float; size 60% 60%; center 1] xdg-open" $(pwd)' -map kitty_mod+c launch --type=background --cwd=current sh -c 'vscodium $(pwd)' +map kitty_mod+u launch --type=background --cwd=current sh -c 'vscodium $(pwd)' map kitty_mod+f5 load_config_file action_alias kitty_scrollback_nvim kitten ~/.local/share/nvim/lazy/kitty-scrollback.nvim/python/kitty_scrollback_nvim.py