「利用者:Paroneayea」の版間の差分

提供: wiki
移動先: 案内検索
(Console todos!)
 
(1版 をインポートしました)
 
(相違点なし)

2018年6月29日 (金) 04:42時点における最新版

Console todos!

Here are things from readline that I miss.

  • Tab tab-completes, instead of control-tab. (use space instead of tabs for in-console-indentation)
  • Control-R lets me search backward through my history. Repeated Control-R keeps searching backwards even after finding a match.
  • Control-S searches forward.
  • Ctrl-a goes beginning of line
  • Ctrl-e goes end of line
  • Ctrl-k kills everything on the line after the cursor (but copies to clipboard)
  • Ability to have command history saved, if you want to turn that on.