Skip to content

Instantly share code, notes, and snippets.

View minawk's full-sized avatar

Benjamina Randrianasolo minawk

View GitHub Profile
@minawk
minawk / tmux-cheatsheet.markdown
Created November 20, 2018 17:17 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@minawk
minawk / i3config
Created September 23, 2018 21:50 — forked from fzerorubigd/i3config
my i3 config
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout somewhen, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
@minawk
minawk / css.vim
Created September 7, 2018 09:33 — forked from tpope/css.vim
Nikolai's fix to nested closing curly brace indenting
" Vim indent file
" Language: CSS
" Maintainer: Nikolai Weibull <now@bitwi.se>
" Latest Revision: 2010-12-22
if exists("b:did_indent")
finish
endif
let b:did_indent = 1