less.batでページャーとして使うless.batを使う
less.vimを使う PS> notepad.exe $profile
-------------------------------------------------------------------
function vless() {
C:\vim82\vim.exe -u NONE --cmd "let no_plugin_maps = 1"
-c "set visualbell t_vb=" -c "runtime! macros/less.vim" $args
}
-------------------------------------------------------------------
|
|