AutoYADM commit: 2025-06-07 15:40:08
This commit is contained in:
parent
6710c2e94b
commit
05e35ad234
2 changed files with 5 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
# https://git.sr.ht/~hadronized/hop.kak
|
||||
# evaluate-commands %sh{ hop-kak --init }
|
||||
provide-module hop-kak %~
|
||||
declare-option range-specs hop_ranges
|
||||
|
||||
set-face global hop_label_head black,green+F
|
||||
set-face global hop_label_tail black,blue+F
|
||||
set-face global hop_label_head %exp{%opt{orange_golden}+Fbugfa}
|
||||
set-face global hop_label_tail %exp{%opt{orange_golden}+Fbugfa}
|
||||
|
||||
declare-option str hop_kak_keyset 'tnserigmaodhcxplfuwyqz'
|
||||
|
||||
|
@ -41,3 +42,4 @@ map -docstring %{
|
|||
map -docstring %{
|
||||
Hop mode
|
||||
} global normal <ret> ': enter-user-mode hop<ret>'
|
||||
~
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
evaluate-commands %sh{ kak-tree-sitter -dks --init $kak_session }
|
||||
evaluate-commands %sh{kak-popup init}
|
||||
colorscheme ashen
|
||||
require-module hop-kak
|
||||
require-module fishr
|
||||
require-module surround
|
||||
require-module ficgrep
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue