Skip to content

Commit

Permalink
Merge pull request #3 from Muffo/patch-1
Browse files Browse the repository at this point in the history
Add more bash shortcuts
  • Loading branch information
martialblog committed Dec 29, 2016
2 parents 9e729f7 + 0dbe033 commit 8719a9c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cheat/sheets/bash.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ name=bash
desc=Those cool bash shortcuts
[cheats]
Cursor to the start = Ctrl + A
Curser to the end = Ctrl + E
Delete word on the left = Ctrl + W
Cursor to the end = Ctrl + E
Cut word on the left = Ctrl + W
Cut everything before the cursor = Ctrl + U
Cut everything after the cursor = Ctrl + K
Paste the last thing to be cut = Ctrl + Y
Last exit status = $?
Reverse search history = Ctrl + R
Repeat last command = !!

0 comments on commit 8719a9c

Please sign in to comment.