Add some aliases to kitty

This commit is contained in:
Natsu Kagami 2025-04-08 09:52:34 +02:00
parent c5623b5174
commit 4b53af1bf1
Signed by: nki
GPG key ID: 55A032EB38B49ADB
4 changed files with 94 additions and 66 deletions

View file

@ -32,7 +32,6 @@ in
# Rebind $VISUAL, $EDITOR and e command
set -gx VISUAL "kak -c $kak_session"
set -gx EDITOR "kak -c $kak_session"
alias e="kak -c $kak_session"
'';
kill-kak-session = ''
@ -47,7 +46,6 @@ in
# Rebind $VISUAL, $EDITOR and e command
set -gx VISUAL "kak"
set -gx EDITOR "kak"
alias e="kak"
'';
};
programs.fish.tide = {