Created
July 13, 2014 16:06
-
-
Save typosone/7c60954e746acac6a3df to your computer and use it in GitHub Desktop.
いつものドットファイル (バックアップ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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