Mercurial > ec-dotfiles
view inputrc @ 62:996aa2f81721
[bash] various fixes:
- export the path first thing - also add export on sunos case.
- alias early
- unused _has_bsd_ls
- added openbsd, check for colorls which is an awesome command
author | Edho Prima Arief <me@myconan.net> |
---|---|
date | Fri, 06 May 2011 03:15:24 +0700 |
parents | 2ae8e6222b9d |
children | 81d132d8c757 |
line wrap: on
line source
#Basic settings set bell-style none set keymap emacs #Home/End #GNOME Terminal "\eOH": beginning-of-line "\eOF": end-of-line #tmux "\e[1~": beginning-of-line "\e[4~": end-of-line #Delete "\e[3~": delete-char #Alt-Left/Right #GNOME Terminal "\e[1;3D": backward-word "\e[1;3C": forward-word #tmux "\e\e[D": backward-word "\e\e[C": forward-word #Up/Down "\e[A": history-search-backward "\e[B": history-search-forward #Misc "\C-w": backward-kill-word