add kakoune config

This commit is contained in:
Johann Dreo 2021-04-04 12:02:26 +02:00
commit 558a6cfd90
7 changed files with 484 additions and 9 deletions

10
kak_ide_start.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
kak -clear
if kak -l | grep -q "ide" ; then
kak -c ide
else
kak -s ide -e "rename-client main"
fi