Skip to content

Instantly share code, notes, and snippets.

" ----------------------------------
" name: .vimrc
" maintener: modsound@gmail.com
" ----------------------------------
" ----------------------------------
" IMPORT
" ----------------------------------
"Vundle設定を読み込む
" ----------------------------------
" name: keymap.vim
" maintener modsound@gmail.com
" refered from .vimrc
" ----------------------------------
" ----------------------------------
" システム環境設定
" ----------------------------------
" ----------------------------------
" name: neobundle.vim
" maintener: modsound@gmail.com
" refered from .vimrc
" ----------------------------------
set nocompatible
filetype plugin indent off
set rtp+=~/.vim/bundle/vundle/
" ----------------------------------
" neobundle.vim
" maintenanced by modsound@gmail.com
" refered from .vimrc
" ----------------------------------
set nocompatible
filetype plugin indent off
set rtp+=~/.vim/bundle/vundle.git/
" ===================
" neobundle.vim
" maintenanced by modsound@gmail.com
" refered from .vimrc
" ===================
set nocompatible
filetype plugin indent off
set rtp+=~/.vim/bundle/vundle.git/
" =================================
" .vimrc
" maintenanced by modsound@gmail.com
" =================================
"Vundle設定を読み込む
if filereadable(expand('~/.vim/bundle/bundle.vim'))
source ~/.vim/bundle/bundle.vim
endif
" ===================
" keymap.vim
" maintenanced by modsound@gmail.com
" refered from .vimrc
" ===================
"システム環境設定
".vimrcを開く: <Space>e.
nnoremap <Space>e. :<C-u>edit $MYVIMRC<Enter>