1
0
Fork 0
mirror of synced 2024-06-26 01:41:09 -04:00
garuda-common-settings/etc/skel/.config
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
..
autostart Fix initial-user-setup 2022-11-30 04:58:51 +00:00
bleachbit adjust settings 2020-10-06 11:36:27 +05:30
deluge adjust settings 2020-10-06 11:36:27 +05:30
environment.d feat(garuda-common-settings): Touch screen support for Firefox-based browsers 2024-01-09 15:43:52 +00:00
libreoffice/4/user libreoffice defaut to breeze dark icons 2021-02-19 19:18:36 +05:30
micro fix(micro): remove DeleteWordLeft binding 2024-04-04 16:39:22 -04:00
mpv Do not block X11 compositing when using mpv 2022-10-14 08:16:06 +00:00
pacseek feat(pacseek): separate dependencies with newline by default 2023-12-15 21:53:49 -05:00
psd adjust common settings 2021-11-29 19:11:40 +05:30
smplayer change smplayer theme 2021-02-19 22:27:08 +05:30
vlc vlcrc allow only one instance 2020-12-06 17:42:08 +05:30