Skip to content

Instantly share code, notes, and snippets.

@descico
Last active December 13, 2015 22:09
Show Gist options
  • Save descico/4982531 to your computer and use it in GitHub Desktop.
Save descico/4982531 to your computer and use it in GitHub Desktop.
config
[diff]
external = /path/to/git_diff_wrapper
[pager]
diff =
set nocompatible
syntax on
set ts=4
set autoindent
set number
set laststatus=2
set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [ASCII=\%03.3b]\ [HEX=\%02.2B]\ [%04v][%p%%]\ [LEN=%L]
set fileencodings=euc-jp,sjis,cp932,utf-8
set list
set listchars=tab:>_,extends:<,trail:_
set backspace=indent,eol,start
#!/bin/sh
vimdiff "$2" "$5"
set-option -g prefix C-t
unbind-key C-b
bind-key t send-prefix
# If you want to enable mouse-click for pane selecting, comment in a line below.
#set-option -g mouse-select-pane on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment