AutoYADM commit: 2025-05-08 16:18:34
This commit is contained in:
parent
e3d6dc7c20
commit
55b7f19a8c
3 changed files with 9 additions and 0 deletions
1
.config/kak/bundle/inc-dec.kak-install
Normal file
1
.config/kak/bundle/inc-dec.kak-install
Normal file
|
@ -0,0 +1 @@
|
|||
https://gitlab.com/Screwtapello/kakoune-inc-dec
|
2
.config/kak/bundle/inc-dec.kak-load.kak
Normal file
2
.config/kak/bundle/inc-dec.kak-load.kak
Normal file
|
@ -0,0 +1,2 @@
|
|||
source "/home/fic/.config/kak/bundle/inc-dec.kak/inc-dec.kak"
|
||||
trigger-user-hook bundle-loaded=inc-dec.kak
|
|
@ -4,6 +4,12 @@ colorscheme gruvbox-dark
|
|||
source "%val{config}/bundle/kak-bundle/rc/kak-bundle.kak"
|
||||
bundle-noload kak-bundle https://codeberg.org/jdugan6240/kak-bundle
|
||||
|
||||
bundle inc-dec.kak https://gitlab.com/Screwtapello/kakoune-inc-dec %{
|
||||
map global normal <c-x> ": echo test<ret>"
|
||||
map -docstring "increment" global normal <c-a> ": inc-dec-modify-numbers + %val{count}"
|
||||
}
|
||||
|
||||
|
||||
bundle auto-pairs.kak https://github.com/alexherbo2/auto-pairs.kak %{
|
||||
enable-auto-pairs
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue