Skip to content

Instantly share code, notes, and snippets.

@YasuakiHirano
Last active June 8, 2016 06:37
Show Gist options
  • Save YasuakiHirano/b1109d53c7141d691c54 to your computer and use it in GitHub Desktop.
Save YasuakiHirano/b1109d53c7141d691c54 to your computer and use it in GitHub Desktop.
"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>
@YasuakiHirano
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment