From c2bdb9b430a51309e5bc3f86f22c7ba94fa4e0cb Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 7 Jun 2023 02:53:07 +0300 Subject: Added a shortcut to tmux_sessionizer.sh in kitty ctrl+f to quickly find projects and start a tmux session --- kitty/.config/kitty/kitty.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'kitty/.config') diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index aef65cc..9593550 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -944,8 +944,8 @@ inactive_tab_font_style normal #: The foreground and background colors # background_opacity 1.0 -# background_opacity 0.90 -background_opacity 1.00 +background_opacity 0.90 +# background_opacity 1.00 #: The opacity of the background. A number between 0 and 1, where 1 is #: opaque and 0 is fully transparent. This will only work if @@ -2044,3 +2044,9 @@ map opt+cmd+, debug_config # Catppuccin-Mocha include current-theme.conf # END_KITTY_THEME +# +# + +# My mappings +# map ctrl+a launch --cwd=/home/omar /home/omar/.scripts/tmux-sessionizer.sh +map ctrl+f send_text all ~/.scripts/tmux-sessionizer.sh\n -- cgit v1.2.3