Small updates to kak
This commit is contained in:
parent
1df631061a
commit
29f5a5dbf6
3 changed files with 6 additions and 6 deletions
|
@ -25,8 +25,8 @@ in
|
|||
echo "New kakoune session started (pid = $last_pid, session name = $kak_session)."
|
||||
|
||||
# Rebind $VISUAL, $EDITOR and e command
|
||||
set -gx VISUAL "kak -s $kak_session"
|
||||
set -gx EDITOR "kak -s $kak_session"
|
||||
set -gx VISUAL "kak -c $kak_session"
|
||||
set -gx EDITOR "kak -c $kak_session"
|
||||
alias e="kak -c $kak_session"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue