Skip to content

Instantly share code, notes, and snippets.

@typosone
Created July 13, 2014 16:06
Show Gist options
  • Save typosone/7c60954e746acac6a3df to your computer and use it in GitHub Desktop.
Save typosone/7c60954e746acac6a3df to your computer and use it in GitHub Desktop.
いつものドットファイル (バックアップ
set-option -g prefix C-j
setw -g utf8 on
set -g status-utf8 on
set -g mouse-select-pane on
setw -g mode-mouse on
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
set -g base-index 1
syntax on
filetype indent plugin on
set fencs=utf-8,euc-jp,cp932,iso-2022-jp
set ffs=unix,dos
set ts=4 sw=4 sts=4 expandtab
set modeline modelines=5
set backspace=indent,eol,start
set ruler mouse=a
set bufhidden=hide ambiwidth=double
set foldmethod=marker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment