Last active
June 8, 2016 06:37
-
-
Save YasuakiHirano/b1109d53c7141d691c54 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
"Need Treeを追加している場合 | |
noremap <C-N><C-N> ::NERDTreeToggle<CR> | |
"透過設定 | |
autocmd GUIEnter * set transparency=240 | |
"gvimでやる場合はcolorscheme設定 molokai or solarized | |
"colorscheme molokai | |
colorscheme solarized | |
set background=dark | |
set tabstop=4 | |
set autoindent | |
set expandtab | |
set shiftwidth=4 | |
set guioptions+=a | |
set clipboard+=autoselect | |
set clipboard=unnamed | |
set number | |
set nowrap | |
imap <C-h> <BS> | |
imap <C-d> <DEL> | |
imap <C-g> <ESC> | |
imap <C-a> <HOME> | |
imap <C-e> <END> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
set guioptions-=m
set guioptions-=T
set directory=C:\temp
set backupdir=C:\temp
set undodir=C:\temp
set fenc=utf-8
set encoding=utf-8
source $VIMRUNTIME/delmenu.vim
set langmenu=ja_jp.utf-8
source $VIMRUNTIME/menu.vim