Skip to content

Instantly share code, notes, and snippets.

Avatar
🕊️

Henrique Goulart hensg

🕊️
  • Florianópolis, SC - Brazil
View GitHub Profile
@hensg
hensg / tmux-cheatsheet.markdown
Created September 17, 2021 15:08 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet
View tmux-cheatsheet.markdown

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@hensg
hensg / .vimrc
Created July 24, 2021 17:47
Vim configuration file
View .vimrc
set nocompatible
call plug#begin()
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'majutsushi/tagbar'
Plug 'yggdroot/indentline'
Plug 'scrooloose/nerdtree'
Plug 'kien/ctrlp.vim'
@hensg
hensg / .tmux.conf
Last active July 24, 2021 17:48
TMUX configuration file
View .tmux.conf
source-file "${HOME}/.tmux-themepack/powerline/default/cyan.tmuxtheme"
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'jimeh/tmux-themepack'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
@hensg
hensg / brazil-states.geojson
Last active March 21, 2018 21:03
Brazil States GEOJSON
View brazil-states.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.