Skip to content

Instantly share code, notes, and snippets.

View gerax302's full-sized avatar
💻

Gerardo gerax302

💻
View GitHub Profile
@gerax302
gerax302 / vim-cheatsheet.md
Created October 15, 2019 20:59 — forked from nerdalert/vim-cheatsheet.md
VIM Cheatsheet

VIM Cheatsheet

Cursor movement

h - move cursor left
j - move cursor down
k - move cursor up
l - move cursor right

w - jump forwards to the start of a word

@gerax302
gerax302 / ansible-summary.md
Created July 31, 2019 20:30 — forked from andreicristianpetcu/ansible-summary.md
This is an ANSIBLE Cheat Sheet from Jon Warbrick

An Ansible summary

Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)

Configuration file

intro_configuration.html

First one found from of

@gerax302
gerax302 / iterm2-solarized.md
Created June 7, 2019 15:30 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Meslo powerline font + [Powerlevel9k] - (macOS)

Default

Default

Powerlevel9k

Powerlevel9k

@gerax302
gerax302 / tmux.cheat
Created May 8, 2019 00:40 — forked from afair/tmux.cheat
Tmux Quick Reference & Cheat sheet - 2 column format for less scrolling!
========================================== ==========================================
TMUX COMMAND WINDOW (TAB)
========================================== ==========================================
List tmux ls List ^b w
New -s <session> Create ^b c
Attach att -t <session> Rename ^b , <name>
Rename rename-session -t <old> <new> Last ^b l (lower-L)
Kill kill-session -t <session> Close ^b &