files: kak: Update some user defined commands

pull/1/head
Luis Guilherme Coelho 2023-12-31 00:22:19 -03:00
parent 9338bb34cc
commit 932610521a
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 14 additions and 4 deletions

View File

@ -12,7 +12,7 @@ set-option global scrolloff 2,2
set-option -add global ui_options terminal_assistant=cat
hook global ModuleLoaded x11 %{
set-option global termcmd "%sh{echo $TERM} -c dash -e"
set-option global termcmd "%sh{echo $TERMINAL} -e "
} # Set termcmd
# __________ Commands __________
@ -50,14 +50,24 @@ define-command -override cron \
execute-keys ': e ~/.config/cron/'
}
define-command -override home \
-docstring 'edit home declaration' %{
edit '~/projects/code/scm/radix/home-environments/radio.scm'
}
define-command -override system \
-docstring 'edit system declaration' %{
edit '~/projects/code/scm/radix/operating-systems/buer.scm'
}
define-command -override colorscheme-config \
-docstring 'edit colorscheme configuration file' %{
edit "%val{config}/autoload/colorscheme.kak"
edit '~/projects/code/scm/radix/files/kak/autoload/colorscheme.kak'
}
define-command -override config \
-docstring 'edit kakoune main configuration file' %{
edit "~/area/code/scm/radix/files/kak/kakrc"
edit '~/projects/code/scm/radix/files/kak/kakrc'
}
define-command -override rss \
@ -66,7 +76,7 @@ define-command -override rss \
}
define-command -override remind \
-docstring 'Edit reminders' %{
-docstring 'edit reminders' %{
execute-keys ': e /home/radio/.local/share/reminders/'
}