My preferred shell environment.
Currently supports debian linux distributions and cygwin.
Quick Reference:
Screen
screen -S // Start a new screen session with session name screen -r -d // Re-attach to a screen session
Navigating
C-a c // Create a new window C-a n // Change to the next window C-a p // Change to the previous window
,m Compile using make
jj Exit insert mode gt Goto next tab gT Goto previous tab
te TabEdit: Open a new tab and browse for file tn TabNew: Create a new tab
Starts the forward / search option Starts backwards ? search option
-
Search for word under cursor
hm HexManager: Call/Leve Hexmode (using xxd) hd HexDelete: delete the hex character under cusor hi HexInsert: Insert Ascii character before cursor hg HexGoto: Goto hex offset. hn HexNext: Goto next hex offset hp HexPrev: Goto previous hex offset. hs HexStatus: Show / Hide hexoffset infos in statusline and related column
vo VimGrep: Configure options vv VimGrep: Search for text under cursor using vimgrep options
ZZ Quickly exit window
AutoComplete: Autocomplete the word. Multiple tabs to cycle through selection. Enter to select