diff --git a/.config/kak/autoload/plugins.kak b/.config/kak/autoload/plugins.kak index 3b81ecc4..8f47f8cc 100644 --- a/.config/kak/autoload/plugins.kak +++ b/.config/kak/autoload/plugins.kak @@ -54,3 +54,18 @@ bundle kakoune-hump https://github.com/delapouite/kakoune-hump %{ map global normal ': extend-previous-hump' -docstring 'extend prev hump' map global normal ': extend-next-hump' -docstring 'extend next hump' } + +bundle kakoune-buffers https://github.com/Delapouite/kakoune-buffers %{ + map global user b ': enter-buffers-mode' -docstring 'buffers' +} + +bundle vertical-selection https://github.com/occivink/kakoune-vertical-selection %{ + declare-user-mode vertical-selection + map global vertical-selection n ': vertical-selection-down' + map global vertical-selection e ': vertical-selection-up' + map global vertical-selection v ': vertical-selection-up-and-down' +} + +bundle kakoune-text-objects https://github.com/Delapouite/kakoune-text-objects %{ + map global user s ': enter-user-mode selectors' -docstring 'selectors' +} diff --git a/.config/kak/bundle/auto-pairs-install b/.config/kak/bundle/auto-pairs-install deleted file mode 100644 index 7fa95572..00000000 --- a/.config/kak/bundle/auto-pairs-install +++ /dev/null @@ -1 +0,0 @@ -https://github.com/alexherpbo2/auto-pairs.kak \ No newline at end of file diff --git a/.config/kak/bundle/auto-pairs.kak-install b/.config/kak/bundle/auto-pairs.kak-install deleted file mode 100644 index 6cfbbd6c..00000000 --- a/.config/kak/bundle/auto-pairs.kak-install +++ /dev/null @@ -1 +0,0 @@ -https://github.com/alexherbo2/auto-pairs.kak \ No newline at end of file diff --git a/.config/kak/bundle/auto-pairs.kak-load.kak b/.config/kak/bundle/auto-pairs.kak-load.kak deleted file mode 100644 index 48d7c3ce..00000000 --- a/.config/kak/bundle/auto-pairs.kak-load.kak +++ /dev/null @@ -1,2 +0,0 @@ -source "/home/fic/.config/kak/bundle/auto-pairs.kak/rc/auto-pairs.kak" -trigger-user-hook bundle-loaded=auto-pairs.kak \ No newline at end of file diff --git a/.config/kak/bundle/byline.kak-install b/.config/kak/bundle/byline.kak-install deleted file mode 100644 index beddec05..00000000 --- a/.config/kak/bundle/byline.kak-install +++ /dev/null @@ -1 +0,0 @@ -https://github.com/evanrelf/byline.kak \ No newline at end of file diff --git a/.config/kak/bundle/byline.kak-load.kak b/.config/kak/bundle/byline.kak-load.kak deleted file mode 100644 index b17544f2..00000000 --- a/.config/kak/bundle/byline.kak-load.kak +++ /dev/null @@ -1,2 +0,0 @@ -source "/home/fic/.config/kak/bundle/byline.kak/rc/byline.kak" -trigger-user-hook bundle-loaded=byline.kak \ No newline at end of file diff --git a/.config/kak/bundle/case.kak-install b/.config/kak/bundle/case.kak-install deleted file mode 100644 index f0f2b219..00000000 --- a/.config/kak/bundle/case.kak-install +++ /dev/null @@ -1 +0,0 @@ -https://gitlab.com/FlyingWombat/case.kak \ No newline at end of file diff --git a/.config/kak/bundle/case.kak-load.kak b/.config/kak/bundle/case.kak-load.kak deleted file mode 100644 index e9f74355..00000000 --- a/.config/kak/bundle/case.kak-load.kak +++ /dev/null @@ -1,2 +0,0 @@ -source "/home/fic/.config/kak/bundle/case.kak/rc/case.kak" -trigger-user-hook bundle-loaded=case.kak \ No newline at end of file diff --git a/.config/kak/bundle/easymotion.kak-install b/.config/kak/bundle/easymotion.kak-install deleted file mode 100644 index a966d0d9..00000000 --- a/.config/kak/bundle/easymotion.kak-install +++ /dev/null @@ -1 +0,0 @@ -https://git.sr.ht/~voroskoi/easymotion.kak \ No newline at end of file diff --git a/.config/kak/bundle/easymotion.kak-load.kak b/.config/kak/bundle/easymotion.kak-load.kak deleted file mode 100644 index bc3e1f7b..00000000 --- a/.config/kak/bundle/easymotion.kak-load.kak +++ /dev/null @@ -1,2 +0,0 @@ -source "/home/fic/.config/kak/bundle/easymotion.kak/easymotion.kak" -trigger-user-hook bundle-loaded=easymotion.kak \ No newline at end of file diff --git a/.config/kak/bundle/fzf.kak-install b/.config/kak/bundle/fzf.kak-install deleted file mode 100644 index ccc6740c..00000000 --- a/.config/kak/bundle/fzf.kak-install +++ /dev/null @@ -1 +0,0 @@ -https://github.com/andreyorst/fzf.kak \ No newline at end of file diff --git a/.config/kak/bundle/fzf.kak-load.kak b/.config/kak/bundle/fzf.kak-load.kak deleted file mode 100644 index 766b4c64..00000000 --- a/.config/kak/bundle/fzf.kak-load.kak +++ /dev/null @@ -1,15 +0,0 @@ -source "/home/fic/.config/kak/bundle/fzf.kak/rc/fzf.kak" -source "/home/fic/.config/kak/bundle/fzf.kak/rc/modules/fzf-buffer.kak" -source "/home/fic/.config/kak/bundle/fzf.kak/rc/modules/fzf-search.kak" -source "/home/fic/.config/kak/bundle/fzf.kak/rc/modules/fzf-project.kak" -source "/home/fic/.config/kak/bundle/fzf.kak/rc/modules/VCS/fzf-hg.kak" -source "/home/fic/.config/kak/bundle/fzf.kak/rc/modules/VCS/fzf-git.kak" -source "/home/fic/.config/kak/bundle/fzf.kak/rc/modules/VCS/fzf-bzr.kak" -source "/home/fic/.config/kak/bundle/fzf.kak/rc/modules/VCS/fzf-svn.kak" -source "/home/fic/.config/kak/bundle/fzf.kak/rc/modules/sk-grep.kak" -source "/home/fic/.config/kak/bundle/fzf.kak/rc/modules/fzf-file.kak" -source "/home/fic/.config/kak/bundle/fzf.kak/rc/modules/fzf-ctags.kak" -source "/home/fic/.config/kak/bundle/fzf.kak/rc/modules/fzf-cd.kak" -source "/home/fic/.config/kak/bundle/fzf.kak/rc/modules/fzf-grep.kak" -source "/home/fic/.config/kak/bundle/fzf.kak/rc/modules/fzf-vcs.kak" -trigger-user-hook bundle-loaded=fzf.kak \ No newline at end of file diff --git a/.config/kak/bundle/inc-dec.kak-install b/.config/kak/bundle/inc-dec.kak-install deleted file mode 100644 index a3c5bf6a..00000000 --- a/.config/kak/bundle/inc-dec.kak-install +++ /dev/null @@ -1 +0,0 @@ -https://gitlab.com/Screwtapello/kakoune-inc-dec \ No newline at end of file diff --git a/.config/kak/bundle/inc-dec.kak-load.kak b/.config/kak/bundle/inc-dec.kak-load.kak deleted file mode 100644 index 636abf37..00000000 --- a/.config/kak/bundle/inc-dec.kak-load.kak +++ /dev/null @@ -1,2 +0,0 @@ -source "/home/fic/.config/kak/bundle/inc-dec.kak/inc-dec.kak" -trigger-user-hook bundle-loaded=inc-dec.kak \ No newline at end of file diff --git a/.config/kak/bundle/kak-bundle-install b/.config/kak/bundle/kak-bundle-install deleted file mode 100644 index 92ce20fd..00000000 --- a/.config/kak/bundle/kak-bundle-install +++ /dev/null @@ -1 +0,0 @@ -https://codeberg.org/jdugan6240/kak-bundle \ No newline at end of file diff --git a/.config/kak/bundle/kakoune-hump-install b/.config/kak/bundle/kakoune-hump-install deleted file mode 100644 index ca763d32..00000000 --- a/.config/kak/bundle/kakoune-hump-install +++ /dev/null @@ -1 +0,0 @@ -https://github.com/delapouite/kakoune-hump \ No newline at end of file diff --git a/.config/kak/bundle/kakoune-hump-load.kak b/.config/kak/bundle/kakoune-hump-load.kak deleted file mode 100644 index 7338a084..00000000 --- a/.config/kak/bundle/kakoune-hump-load.kak +++ /dev/null @@ -1,2 +0,0 @@ -source "/home/fic/.config/kak/bundle/kakoune-hump/hump.kak" -trigger-user-hook bundle-loaded=kakoune-hump \ No newline at end of file diff --git a/.config/kak/bundle/luar-install b/.config/kak/bundle/luar-install deleted file mode 100644 index fbf36bf3..00000000 --- a/.config/kak/bundle/luar-install +++ /dev/null @@ -1 +0,0 @@ -https://github.com/gustavo-hms/luar \ No newline at end of file diff --git a/.config/kak/bundle/luar-load.kak b/.config/kak/bundle/luar-load.kak deleted file mode 100644 index 61db02f6..00000000 --- a/.config/kak/bundle/luar-load.kak +++ /dev/null @@ -1,2 +0,0 @@ -source "/home/fic/.config/kak/bundle/luar/luar.kak" -trigger-user-hook bundle-loaded=luar \ No newline at end of file