Difference between revisions of "David's .inputrc file"

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

Revision as of 14:21, 4 July 2008

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

  1. "\e-,": history-search-backward
  2. "\e-.": yank-last-arg
  3. "\e-u": kill-whole-line
  4. "\e-n": yank-nth-arg

"\M-,": history-search-backward "\M-.": yank-last-arg "\M-u": kill-whole-line "\M-n": yank-nth-arg