aboutsummaryrefslogtreecommitdiff
path: root/readline/inputrc
Commit message (Collapse)AuthorAgeFilesLines
* Use consistent case for readline optionsTom Ryder2016-08-291-11/+11
|
* Try out Readline's blink-matching-paren featureTom Ryder2016-08-291-0/+3
|
* Put dotfiles manuals into their own sectionTom Ryder2016-08-261-1/+1
| | | | This probably contains a few mistakes
* Stop bc(1) from completing filenamesTom Ryder2016-08-251-0/+5
| | | | <https://github.com/izabera/libash/blob/9e709a56a148b4311792cc66cd21b61a73434573/extras/sample_inputrc#L18-L21>
* Stop readline history re-editingTom Ryder2016-08-251-0/+3
| | | | <https://github.com/izabera/libash/blob/9e709a56a148b4311792cc66cd21b61a73434573/extras/sample_inputrc#L50-L51>
* Switch ls()/readline to horizontal list/completeTom Ryder2016-08-251-0/+3
| | | | <https://github.com/izabera/libash/blob/9e709a56a148b4311792cc66cd21b61a73434573/extras/sample_inputrc#L33>
* Prevent readline completing dotfiles without a dotTom Ryder2016-08-251-0/+3
| | | | <https://github.com/izabera/libash/blob/9e709a56a148b4311792cc66cd21b61a73434573/extras/sample_inputrc#L4>
* Fix up Bash/readline word-killing behaviourTom Ryder2016-08-251-0/+7
| | | | <https://github.com/izabera/libash/blob/9e709a56a148b4311792cc66cd21b61a73434573/extras/sample_inputrc#L44-L48>
* Remove Readline M-r for repeat commandTom Ryder2016-08-251-2/+0
| | | | Too dangerous; !! or ^P will do
* Reorganise/correct readline bindingsTom Ryder2016-04-231-9/+14
|
* Shell word navigation in .inputrcTom Ryder2016-04-231-0/+6
|
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
|
* Alt-T shortcut to td(1)Tom Ryder2016-02-151-0/+2
|
* Shortcut to wrap a line in a functionTom Ryder2015-12-151-0/+3
|
* Restore previous command line in readline macrosTom Ryder2015-10-141-4/+4
|
* Alt+R to repeat last commandTom Ryder2015-07-131-0/+2
|
* Use magic-space expansion for !histTom Ryder2015-06-061-0/+2
|
* Step one char back in set -x wrapper macroTom Ryder2015-05-271-1/+1
|
* Alphabetical order for macrosTom Ryder2015-05-271-2/+2
|
* Add M-s Bash binding for (set -x ; ... ) wrapTom Ryder2015-05-271-0/+2
|
* Add .inputrc M-l to run ls -AlTom Ryder2015-05-261-0/+2
|
* Add .inputrc M-h to go $HOMETom Ryder2015-05-261-0/+2
|
* Wrap a comment in my .inputrcTom Ryder2015-05-261-1/+2
|
* Use \C-j for newline instead of \nTom Ryder2015-05-221-1/+1
|
* New macro for tmuxTom Ryder2015-05-221-1/+4
|
* Shortcut for prepending "exec" to a lineTom Ryder2015-05-221-0/+5
|
* Fix stray newlineTom Ryder2014-10-131-1/+0
|
* mark-directories already the defaultTom Ryder2014-10-111-3/+1
|
* Emacs mode already the defaultTom Ryder2014-10-111-3/+0
|
* Horizontal completion listing not quite rightTom Ryder2013-08-281-3/+0
| | | | Breaks badly with narrow terminals and long file names
* Prevent re-completing word from within itTom Ryder2013-08-221-0/+3
|
* Add comments to ~/.inputrcTom Ryder2013-08-221-7/+33
|
* Don't echo ^C to the terminalTom Ryder2012-12-221-0/+1
|
* Trailing slash for tab-completed directoriesTom Ryder2012-10-081-0/+1
|
* Use positive value for paging limit.Tom Ryder2012-03-051-1/+1
| | | | | | Older versions of Readline (and not much older either) don't seem to support the negative count to completely switch the paging off, so this will have to suffice. It's a reasonably sensible value anyway.
* More Readline conf changes.Tom Ryder2012-03-031-3/+4
|
* Lazier tab completion.Tom Ryder2012-03-021-0/+4
|
* Just one <Tab> press for completion. Much nicer.Tom Ryder2012-03-021-0/+1
|
* To be thorough, may as well store my inputrc.Tom Ryder2012-02-271-0/+2
Emacs mode! Heresy! But I prefer it for editing single lines, id est, command line editing. Maybe force of habit.