Add some aliases to kitty
This commit is contained in:
parent
c5623b5174
commit
4b53af1bf1
4 changed files with 94 additions and 66 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue