5 lines
82 B
Bash
5 lines
82 B
Bash
|
export PAGER=vimpager
|
||
|
export EDITOR=vim
|
||
|
export VISUAL=$EDITOR
|
||
|
alias less=vimpager
|