Skip to content

Instantly share code, notes, and snippets.

@descico
Last active October 6, 2015 08:52
Show Gist options
  • Save descico/c44a252d0c2c093f92db to your computer and use it in GitHub Desktop.
Save descico/c44a252d0c2c093f92db to your computer and use it in GitHub Desktop.
設定ファイルのたぐい
shelltitle "$ |(idling)"
hardstatus alwayslastline "%w"
escape ^Tt
vbell off
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
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment