neovimのインストール

neovim.io yajs.vimを使っていると、パフォーマンスがあんまりよろしくないので、neovimを入れてみる。 yajs.vim is not good on performance. If you are using a slower computer. You might feel lag while moving cursor. You can try disable cursorlin…

caret-color

css

caret-colorでキャレットの色をCSSから指定できるようになる。キャレットは、入力フィールドで挿入箇所を示すインジケータのこと。 developer.mozilla.org 今のところChrome, Firefox, Operaなどでサポートされてる。 Can I use... Support tables for HTML5…

vimfilerでドットファイルを表示

vim

vimfiler_ignore_patternでパターンを指定することでドットファイル表示できるようになる。 let g:vimfiler_ignore_pattern = '^\%(.git\|.DS_Store\)$' https://github.com/Shougo/vimfiler.vim/issues/91#issuecomment-20594530

scroll-behavior

css

developer.mozilla.org ナビゲーションによるスクロールとか、ユーザ操作ではないスクロールにおけるスクロールの振る舞いを決めるCSSプロパティ。 サポート状況 Can I use... Support tables for HTML5, CSS3, etc 今はfirefoxのみ。 .scroll-behavior { sc…