Skip to content

Instantly share code, notes, and snippets.

View mmswiderski's full-sized avatar

Maciej Świderski mmswiderski

View GitHub Profile
@mmswiderski
mmswiderski / gist:7134188
Created October 24, 2013 09:42
My .bash_rc
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth
@mmswiderski
mmswiderski / ST2: KayMap
Created September 2, 2013 21:48
SublimeText2 - KeyMaps
// vintage - mode control
// exit insert mode
{ "keys": ["i", "i"], "command": "exit_insert_mode",
"context":
[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
},