tmp changes

This commit is contained in:
lelgenio 2022-02-07 17:54:54 -03:00
parent 99cc97b529
commit 8379dd5363
3 changed files with 8 additions and 1 deletions

View File

@ -96,7 +96,7 @@ hook global WinSetOption filetype=blade %[
add-highlighter buffer/blade/base/ ref html
add-highlighter buffer/blade/php region '@php' '(@endphp|$)' group
add-highlighter buffer/blade/php region '@php' '@endphp' group
add-highlighter buffer/blade/php/ ref php
add-highlighter buffer/blade/php/ regex '@((end)?php)' 1:block

View File

@ -56,6 +56,7 @@ map global insert <c-w> "<a-;>b<a-;>d"
######################################################
map global insert <a-k> "<esc>"
map global insert <c-t> "<esc>"
######################################################

View File

@ -29,6 +29,12 @@ plug 'alexherbo2/auto-pairs.kak' commit "fd735ec149ef0d9ca5f628a95b1e52858b5afbd
plug 'lelgenio/kakoune-mirror-colemak' config %{
map global user "s" ': enter-user-mode mirror<ret>'
# declare-user-mode tag;
# map global user "t" ': enter-user-mode tag<ret>'
map global mirror "t" 'Za<lt>/<gt><esc>;"tZzi<lt><gt><esc>h"t<a-z>ai'
map global mirror " " 'a <esc>i <esc>'
}
plug 'delapouite/kakoune-palette'