aboutsummaryrefslogtreecommitdiff
path: root/readline/inputrc
Commit message (Collapse)AuthorAgeFilesLines
* Bind Alt-' in readline to insert '\'' for shellTom Ryder2018-08-161-0/+3
|
* Move tmux() function to tm(1df)Tom Ryder2017-01-101-2/+2
| | | | No real reason for it to be a shell function
* Bind Ctrl-Alt-L to clear screen in BashTom Ryder2017-01-081-0/+3
| | | | | Two of the three ksh variants and zsh already do this. So, if you can't beat 'em...
* Remove Alt+T td(1df) bindingTom Ryder2016-12-221-2/+0
| | | | Alt+T isn't too burdensome to type
* Remove some unused keybindingsTom Ryder2016-12-221-4/+0
| | | | Alt+l's default behaviour of lowercasing a word is more useful than this
* Remove custom ^W bindingTom Ryder2016-11-271-4/+0
| | | | Neither this nor unix-filename-rubout do quite what I want.
* Add compatibility noteTom Ryder2016-09-161-0/+3
| | | | | As far as I can tell, you can't do version checks in an .inputrc, and I don't care anyway about such an ancient version.
* Try out Readline history-preserve-pointTom Ryder2016-09-131-0/+3
| | | | Not 100% sure on this yet
* Bind Alt+A for cycle completion in BashTom Ryder2016-09-091-0/+5
| | | | | Also make Tab explicit for classic completion, which I still prefer (at least for now)
* Tidy .inputrc bc sectionTom Ryder2016-09-061-2/+5
|
* Remove blink-matching-paren from ~/.inputrcTom Ryder2016-09-031-3/+0
| | | | | Interesting, but not my cup of tea. I particularly dislike how it slows down macros.
* Add mark-directories explicitly to inputrcTom Ryder2016-08-311-1/+2
|
* Add input/output-meta options to ~/.inputrcTom Ryder2016-08-311-0/+4
|
* 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
|