minor improvements, terminal keys
[distro-setup] / subdir_files / .local / share / konsole / README.ian
1 I added several things, do a diff with default.orig.
2 I saved that in case konsole updates the defaults.
3 key Backspace+Ctrl : "\x17"
4 it makes ctrl-backspace delete the prev word by making it input C-w.
5 Note: keybindings name is specified in profile file, filename.keytab, and at the top of that file.
6
7 The \E[4d etc were found without exaplanation in a random stackoverflow
8 comment. It seems to just be an unused and useful pattern, where d could
9 be any letter. I set them with +AppScreen, but they don't necessarily
10 need to be, its just thats the only place I use them, and maybe more
11 useful to have the duplicates working outside of emacs.