This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit c9fcdf52d68a6bc0908505e4f1eb8e8924dd170d
tree a4cfc606cc13694300e620032d9cb2b01ca00284
parent a6a013bf64b232633b8f165ccaa338969440e982
tree a4cfc606cc13694300e620032d9cb2b01ca00284
parent a6a013bf64b232633b8f165ccaa338969440e982
dotfiles /
| name | age | message | |
|---|---|---|---|
| |
IR_Black.terminal | Sat Mar 28 05:55:10 -0700 2009 | |
| |
README.markdown | Sat Mar 28 16:40:16 -0700 2009 | |
| |
autotest | Sun Sep 14 19:21:11 -0700 2008 | |
| |
bash_completion.sh | Sat Mar 28 13:47:10 -0700 2009 | |
| |
bash_profile | Fri Nov 13 12:10:31 -0800 2009 | |
| |
caprc | Fri Oct 09 06:16:18 -0700 2009 | |
| |
colors.sh | Sat Mar 28 06:08:10 -0700 2009 | |
| |
gemrc | Wed Sep 23 04:28:15 -0700 2009 | |
| |
git_completion.sh | Sat Mar 28 13:47:10 -0700 2009 | |
| |
gitconfig | Fri Jun 19 06:04:12 -0700 2009 | |
| |
gitignore | Fri Jun 19 06:04:12 -0700 2009 | |
| |
grabbit | Wed Sep 23 09:34:49 -0700 2009 | |
| |
install.sh | Fri Oct 09 06:16:18 -0700 2009 | |
| |
irbrc | Tue Oct 06 07:37:25 -0700 2009 | |
| |
pezrc | Mon Jan 05 02:30:49 -0800 2009 | |
| |
rake_completion.rb | Mon Mar 30 10:18:13 -0700 2009 | |
| |
sshconfig | Wed Sep 23 04:28:15 -0700 2009 |
README.markdown
Terminal bindings
Ctrl-a- Move to the start of the line.Ctrl-e- Move to the end of the line.Ctrl-b- Move back one character.Alt-b- Move back one word.Ctrl-f- Move forward one character.Alt-f- Move forward one word.Ctrl-u- Delete from the cursor to the beginning of the line.Ctrl-k- Delete from the cursor to the end of the line.Ctrl-w- Delete from the cursor to the start of the word.Esc-Del- Delete previous word (may not work, instead try Esc followed by Backspace)Ctrl-y- Pastes text from the clipboard.Ctrl-l- Clear the screen leaving the current line at the top of the screen.Ctrl-x- Ctrl-u Undo the last changes. Ctrl-_ does the sameAlt-r- Undo all changes to the line.Alt-Ctrl-e- Expand command line.Ctrl-r- Incremental reverse search of history.Alt-p- Non-incremental reverse search of history.!!- Execute last command in history!abc- Execute last command in history beginning with abc!abc:p- Print last command in history beginning with abc!n- Execute nth command in history!$- Last argument of last command!^- First argument of last command!*- All arguments of last command!:[number]- The [number] argument of last command^abc^xyz- Replace first occurance of abc with xyz in last command and execute itcd -- Go to previous directory







