Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
# archlinux-2020.05.01-x86_64.iso
# 2020/05/28
cat << EOT
Enter a
>
EOT
" plugin .vim/plugin
" NERD_commenter.vim http://d.hatena.ne.jp/tanakaBox/20070409/1176062438
" FuzzyFinder http://www.vim.org/scripts/script.php?script_id=1984
nnoremap sf :new<Cr>:FuzzyFinderFile<Cr>
" http://hatena.g.hatena.ne.jp/hatenatech/20060515/1147682761
set nocompatible " Use Vim defaults instead of 100% vi compatibility
set backspace=indent,eol,start " more powerful backspacing
set nobackup " Don't keep a backup file
"set number " 行番号を表示 :se nu 非表示 :se nonu :h number