Please bear with us as we work to restore functionality to dotfiles.org.
The quintessential random's global terminal configuration ||| http://elliottcable.name/
"\e[3~": delete-char
"\004": forward-backward-delete-char
"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[5~": history-search-backward
"\e[6~": history-search-forward
"\e[3~": delete-char
"\e[2~": quoted-insert
"\e[5C": forward-word
"\e[5D": backward-word
"\e\e[C": forward-word
"\e\e[D": backward-word
set completion-ignore-case On
set meta-flag on
set input-meta on
set output-meta on
set convert-meta off
set bell-style visible
set expand-tilde on
set show-all-if-ambiguous on
set visible-stats on
# F10 toggles mc on and off
# Note Ctrl-o toggles panes on and off in mc
"\e[21~": "mc\C-M"
# Do history expansion when space entered
$if bash
Space: magic-space
$endif