Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
public:bash_tips [2009/04/07 10:38] – created Nicopublic:bash_tips [2011/08/06 17:08] – [History] Nico
Line 79: Line 79:
 Shortcuts can be customized using /etc/inputrc or ~/.inputrc; here are the lines to add to have a csh-style history: Shortcuts can be customized using /etc/inputrc or ~/.inputrc; here are the lines to add to have a csh-style history:
  
-  "\e[A": history-search-backward +<code> 
-  "\e[B": history-search-forward+"\e[A": history-search-backward 
 +"\e[B": history-search-forward 
 +</code>   
 +   
 ===== Completion ===== ===== Completion =====