Skip to content

Instantly share code, notes, and snippets.

@DArcMattr
Last active September 10, 2016 20:02
Show Gist options
  • Select an option

  • Save DArcMattr/267dae1163133fdb120c898c104c91f3 to your computer and use it in GitHub Desktop.

Select an option

Save DArcMattr/267dae1163133fdb120c898c104c91f3 to your computer and use it in GitHub Desktop.

Revisions

  1. DArcMattr revised this gist Sep 10, 2016. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion .inputrc
    Original file line number Diff line number Diff line change
    @@ -16,7 +16,6 @@ set bell-style off
    set colored-stats on
    set completion-ignore-case On
    set convert-meta off
    set convert-meta off
    set expand-tilde on
    set input-meta on
    set mark-directories on
  2. DArcMattr created this gist Sep 10, 2016.
    28 changes: 28 additions & 0 deletions .inputrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    # Two escapes clears command line
    "\e\e": "\C-a\C-k"

    "\t": menu-complete

    set keymap vi
    set editing-mode vi
    $if mode=vi
    set keymap vi-command
    set keymap vi-insert
    "\C-p": history-search-backward
    "\C-l": clear-screen
    $endif

    set bell-style off
    set colored-stats on
    set completion-ignore-case On
    set convert-meta off
    set convert-meta off
    set expand-tilde on
    set input-meta on
    set mark-directories on
    set meta-flag on
    set output-meta on
    set show-all-if-ambiguous on
    set visible-stats on

    $include /etc/inputrc