Skip to content

Instantly share code, notes, and snippets.

View Igotit's full-sized avatar

Qing Ao Igotit

View GitHub Profile
@Igotit
Igotit / .gitconfig
Last active August 29, 2015 14:01
Color and alias parts of local .gitconfig
[color]
diff = auto
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
@Igotit
Igotit / .tmux.conf
Created May 15, 2014 17:34
Common ~/.tmux.conf
#-- base --#
unbind C-b
set -g prefix 'C-\'
bind 'C-\' send-prefix
set -g default-terminal "screen-256color"
set -g display-time 3000
set -g history-limit 10000
set -g base-index 1
set -g pane-base-index 1
@Igotit
Igotit / private.xml
Last active August 29, 2015 14:04
Karabiner configuration
<?xml version="1.0"?>
<root>
<item>
<name>Private</name>
<!-- =============================================================== -->
<item>
<name>Key Swap</namw>
<item>
<name>Fn+Tab to CapsLock</name>
<identifier>private.fn_tab_to_capslock</identifier>