Skip to content

Instantly share code, notes, and snippets.

@uchan-nos
Created October 12, 2020 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uchan-nos/66e6a3cf7c0daf8257940e7fc161f9c6 to your computer and use it in GitHub Desktop.
Save uchan-nos/66e6a3cf7c0daf8257940e7fc161f9c6 to your computer and use it in GitHub Desktop.
C++講習会で使っているGVim for Windowsの設定ファイル
set enc=utf-8
source $VIMRUNTIME/delmenu.vim
set langmenu=ja_jp.utf-8
source $VIMRUNTIME/menu.vim
colorscheme evening
set guifont=Myrica_M:h15
set guioptions-=T
set guioptions-=r
set guioptions-=R
"set renderoptions=type:directx
set lines=35 columns=80
"set colorcolumn=80
set incsearch hlsearch
set scrolloff=2
set list listchars=tab:>\ ,trail:-
set et sw=2 sts=2 ts=8
set ffs=unix,dos
set backspace=2
inoremap <C-c> <Esc>
set nobackup
cd \\wsl$\Ubuntu-18.04\home\uchan
set laststatus=2
set statusline=%=[LINE\ %l/%L]
" バックアップはコピーして作る
" see http://scrawlpad.blogspot.com/2014/08/vim-samba-samba-create-mode.html
set backupcopy=yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment