Skip to content

Instantly share code, notes, and snippets.

@mbarkhau
Last active June 9, 2016 07:45
Show Gist options
  • Save mbarkhau/a738cc902977a07ff3d40a1a8b3fb29d to your computer and use it in GitHub Desktop.
Save mbarkhau/a738cc902977a07ff3d40a1a8b3fb29d to your computer and use it in GitHub Desktop.
utility configuration
[global_config]
inactive_color_offset = 0.92
[keybindings]
close_window = None
group_tab = <Primary><Alt>t
broadcast_group = <Super>g
broadcast_all = <Super>b
broadcast_off = <Shift><Super>b
new_tab = <Primary><Shift>t
ungroup_tab = <Primary><Shift><Alt>t
group_all = None
[profiles]
[[default]]
background_image = None
scrollback_lines = 16000
use_system_font = False
foreground_color = "#ffffff"
scroll_on_output = False
font = Inconsolata Medium 11
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
profile = default
[[[window0]]]
type = Window
parent = ""
[plugins]
[user]
name = Manuel Barkhau
email = mb@nexttuesday.de
[push]
default = simple
[alias]
co = checkout
amend = commit --amend
sts = status --short
stt = status --untracked-files=no
stst = status --short --untracked-files=no
pick = cherry-pick
mergeff = merge --ff-only
pullff = pull --ff-only --no-rebase
diffstat = diff --stat
diffstage = diff --cached
diffw = diff --color-words
fdiff = diff --no-index --
fdiffw = diff --color-words --no-index --
logp = log --pretty=tformat:\"%h - %an, %ar : %s\"
logg = log --oneline --graph --decorate
lastdiff = difftool HEAD^1..HEAD
lastlog = log --color -n 20 --pretty=tformat:\"%h - %an, %ar : %s\" HEAD^1..HEAD
lsb = for-each-ref --sort=committerdate --format='%(objectname:short) %(committerdate:iso) %(authorname)\t%(refname:short)' refs/heads/
serve = !git daemon --base-path=. --export-all --reuseaddr --informative-errors --verbose
hub = !git daemon --base-path=. --export-all --enable=receive-pack --reuseaddr --informative-errors --verbose
[color]
ui = true
branch = auto
diff = auto
status = auto
[color "status"]
added = green
changed = yellow
untracked = cyan
[branch]
autosetuprebase = always
[log]
date = iso
[core]
autocrlf = input
filemode = true
editor = gvim -f
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true
"" zi : toggle folding
""
set spl=en spell
set ruler
set number
set wrap
set tabstop=4
set shiftwidth=4
set smarttab
set expandtab
set autoindent
set textwidth=72
set guifont=Inconsolata\ Medium\ 10
set background=dark
set lines=44
set columns=84
set hlsearch
set incsearch
set ignorecase
set smartcase
set showmatch
set foldmethod=indent
set nofen
set foldlevelstart=0
set foldcolumn=0
set highlight=8:SpecialKey,@:NonText,d:Directory,e:ErrorMsg,i:IncSearch,l:Search,m:MoreMsg,M:ModeMsg,n:LineNr,r:Question,s:StatusLine,S:StatusLineNC,c:VertSplit,t:Title,v:Visual,V:VisualNOS,w:WarningMsg,W:WildMenu,f:Folded,F:FoldColumn,A:DiffAdd,C:DiffChange,D:DiffDelete,T:DiffText,>:SignColumn,B:SpellBad,P:SpellCap,R:SpellRare,L:SpellLocal,+:Pmenu,=:PmenuSel,x:PmenuSbar,X:PmenuThumb,*:TabLine,#:TabLineSel,_:TabLineFill,!:CursorColumn,.:CursorLine
set guicursor=n-v-c:block-Cursor/lCursor,ve:ver35-Cursor,o:hor50-Cursor,i-ci:ver25-Cursor/lCursor,r-cr:hor20-Cursor/lCursor,sm:block-Cursor-blinkwait175-blinkoff150-blinkon175
highlight Normal guibg=Black guifg=White
set nocompatible
set hid
imap ii <Esc>
imap <C-Space> <C-X><C-O>
command W w
command Q q
command WQ wq
command Wq wq
command Tabnew tabnew
filetype plugin indent on
filetype plugin on
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment