garuda-common-settings/etc
BluishHumility d42fe80486
fix(micro): remove DeleteWordLeft binding
Remove ctrl+backspace > DeleteWordLeft binding.

This is a good binding and I think it makes sense to have it as a default, however
during testing I have discovered that not all terminals present these keys to Micro
the same way. For example, in Xterm for some reason "OldBackspace" is the backspace
key and "Backspace" is ctrl+backspace, so unfortunately just pressing backspace invokes
DeleteWordLeft with the binding as committed.

In the case of Xterm, the correct way to bind ctrl+backspace to DeleteWordLeft would be
like this:

    "Backspace": "DeleteWordLeft",
    "OldBackspace": "Backspace"

In any case, it is probably best we do not set this by default and leave it up to the user
to decide if they would like to set this binding on their own.
2024-04-04 16:39:22 -04:00
..
default/grub.d grub: set ibt=off via drop in file 2023-03-24 02:23:30 +01:00
grub.d globally enable user service 2021-08-21 11:04:34 +05:30
skel/.config fix(micro): remove DeleteWordLeft binding 2024-04-04 16:39:22 -04:00
sudoers.d fix(garuda-common-settings): remove execute permission from pwfeedback 2023-11-08 12:52:29 -05:00
xdg/autostart Move all autostart units to /etc/xdg/autostart but the welcome/user setup 2022-10-21 11:39:22 +02:00