aboutsummaryrefslogtreecommitdiff
path: root/ksh/kshrc.d/bind.ksh
Commit message (Collapse)AuthorAgeFilesLines
* Tolerate C-M-l for clear window in kshTom Ryder2017-01-071-14/+3
| | | | | | | Already works in ksh93 and mksh. Trapping C-l in ksh93 interferes with the builtin SIGWINCH handling, clearing the screen every time the window resizes, and I can't find a good way to work around it. Probably best not to fight this.
* Rename keyboard trap func less ambiguouslyTom Ryder2017-01-061-2/+2
|
* Add tab completion settings to kshTom Ryder2017-01-061-2/+8
|
* Appease ShellCheckTom Ryder2017-01-061-2/+3
|
* Found workable ^L bindings in all three kshesTom Ryder2017-01-061-8/+6
|
* Clean binding of ^L in ksh93 to clear screenTom Ryder2017-01-061-18/+7
| | | | <http://unix.stackexchange.com/questions/272591/how-to-make-ctrl-l-to-clear-screen-in-ksh-under-red-hat-linux/272720#272720>
* Experimental/not-very-good-yet ksh bindingsTom Ryder2017-01-061-0/+34
Just starting with what I know and seeing if I can make ^L work the same way it does in Bash. Once I understand this a bit better I intend to have a crack at writing some dynamic completion for ksh93.