diff --git a/kakoune/.config/kak/kakrc b/kakoune/.config/kak/kakrc index ec772c0..6b83956 100644 --- a/kakoune/.config/kak/kakrc +++ b/kakoune/.config/kak/kakrc @@ -49,6 +49,10 @@ map global -docstring 'Paste clipboard (append)' user 'p' ' xsel -bo' map global -docstring 'Paste clipboard (insert)' user 'P' '! xsel -bo' map global -docstring 'Yank to clipboard' user 'y' ' xsel -bi' +map global -docstring 'Replace jump mode' user 'j' ': enter_jump_mode_with_replace_select_mode' +map global -docstring 'Extend jump mode' user 'e' ': enter_jump_mode_with_extend_select_mode' +map global -docstring 'Append jump mode' user 'a' ': enter_jump_mode_with_append_select_mode' + define-command -override file-open %{ prompt -menu -shell-script-candidates %{ fd -t f } 'File: ' %{ edit -- %val{text} } } @@ -69,6 +73,8 @@ define-command -override open-create-in-dir %{ execute-keys ': edit ' %sh{dirname "$kak_buffile"}/ } +set-face global JumpLabel 'rgb:faf8f5,rgb:af8842+F' + # CHANGE STATUS BAR COLOR IN INSERT MODE hook global ModeChange push:.*:insert %{ @@ -157,16 +163,6 @@ bundle kak-harpoon 'https://codeberg.org/raiguard/kak-harpoon' %{ harpoon-add-bindings } -# EASYMOTION - -bundle easymotion.kak https://git.sr.ht/~voroskoi/easymotion.kak %{ - require-module easymotion - map global -docstring 'easy j' user ': easymotion-j' - map global -docstring 'easy k' user ': easymotion-k' - map global -docstring 'easy w' user ': easymotion-w' - map global -docstring 'easy b'user ': easymotion-b' -} - # PENEIRA bundle 'luar' 'https://github.com/gustavo-hms/luar' %{