David's .inputrc file: Difference between revisions

From Docswiki
Jump to navigation Jump to search
(Created page with "This will reduce your typing. It sets up ESC then . as the last item on the previous line and ESC then , and backward search in history matching the start of what you have alr...")
 
(No difference)

Latest revision as of 12:18, 13 May 2019

This will reduce your typing. It sets up ESC then . as the last item on the previous line and ESC then , and backward search in history matching the start of what you have already typed.

 set show-all-if-ambiguous on 
 set bell-style none 
 set expand-tilde off 
 set mark-directories on 
 set completion-query-items 100
 "\C-x\C-r": re-read-init-file 
 # "\e-,": history-search-backward 
 # "\e-.": yank-last-arg 
 # "\e-u": kill-whole-line 
 # "\e-n": yank-nth-arg 
 "\M-,": history-search-backward 
 "\M-.": yank-last-arg 
 "\M-u": kill-whole-line 
 "\M-n": yank-nth-arg