AutoYADM commit: 2025-05-12 03:47:08

This commit is contained in:
Daniel Fichtinger 2025-05-12 03:47:08 -04:00
parent e03638a692
commit f6bcdb55db
2 changed files with 20 additions and 14 deletions

View file

@ -100,11 +100,11 @@ def softtabstop-insert-backspace -hidden %{
}
# Use a hook to enable/disable key mappings such that '\' properly allows disabling specialized <tab> behavior
hook global ModeChange 'push:.+:insert' %{
map buffer insert <tab> '<a-;>:softtabstop-insert-tab<ret>'
map buffer insert <backspace> '<a-;>:softtabstop-insert-backspace<ret>'
}
hook global ModeChange 'pop:insert:normal' %{
unmap buffer insert <tab> '<a-;>:softtabstop-insert-tab<ret>'
unmap buffer insert <backspace> '<a-;>:softtabstop-insert-backspace<ret>'
}
# hook global ModeChange 'push:.+:insert' %{
# map buffer insert <tab> '<a-;>:softtabstop-insert-tab<ret>'
# map buffer insert <backspace> '<a-;>:softtabstop-insert-backspace<ret>'
# }
# hook global ModeChange 'pop:insert:normal' %{
# unmap buffer insert <tab> '<a-;>:softtabstop-insert-tab<ret>'
# unmap buffer insert <backspace> '<a-;>:softtabstop-insert-backspace<ret>'
# }