Cheatography
https://cheatography.com
Notes
|
Command derived from plugin |
|
Command derived from preferences |
TMUX
|
Close current pane |
|
New horizontal pane |
|
New vertical pane |
|
Toggle current pane to full screen |
|
Set cursor to move up screen |
|
Move to pane in direction of arrow / / / |
<Tmux Leader>
is Ctrl+a
|
|
Navigating Directories
|
List contents of current directory |
|
Display current directory and one level below as tree |
|
Display <dir>
and one level below as tree |
|
Change directory to <dir>
|
|
Move up to parent of current directory |
|
Change to previous working directory |
|
Create mark for <dir>
in a stack |
|
Go to marked directory at top of stack |
Working With Lines
|
Move cursor to BEGINNING of current line |
|
Move cursor to END of current line |
|
Move cursor BACK one word |
|
Move cursor FORWARD one word |
|
Delete from cursor to END of line |
|
Delete from cursor to BEGINNING of line |
|
Delete word IN FRONT of cursor |
|
Delete word BEHIND cursor |
|
|
Navigating Processes
|
List running processes in Bash |
|
Move current process to background in suspended state |
|
Start most recent suspended process & run in background |
|
Bring most recent background process to foreground |
|
Force quit <pid>
from ps
|
The output of ps
can be piped to another command such as grep
or kill
Working With Files
|
Open a file in vim |
|
Open vim at current working directory |
|
Open current directory in Finder (OSX) |
|
Read and output current file into bash |
|
Display a paged version of file in terminal |
|
Search current directory and children for <file> |
Using less
instead of cat
keeps bash history and screen clean as less
opens another window for viewing
|
Created By
Metadata
Favourited By
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets
More Cheat Sheets by brennanmeadowcroft