AutoYADM commit: 2025-05-19 21:55:24
This commit is contained in:
parent
a9a3824698
commit
76409e6b50
3 changed files with 14 additions and 0 deletions
17
.config/kak/autoload/proj.kak
Normal file
17
.config/kak/autoload/proj.kak
Normal file
|
@ -0,0 +1,17 @@
|
|||
define-command ide %{
|
||||
rename-client main
|
||||
set-option global jumpclient main
|
||||
|
||||
new rename-client docs
|
||||
set global docsclient docs
|
||||
|
||||
# new rename-client tools
|
||||
# set global toolsclient tools
|
||||
}
|
||||
|
||||
# project-specific configuration
|
||||
hook global BufCreate (.*/)?(\.kakrc\.local) %{
|
||||
set-option buffer filetype kak
|
||||
}
|
||||
|
||||
try %{ source .kakrc.local }
|
Loading…
Add table
Add a link
Reference in a new issue