Вставляем в ~/.vimrc
set tabstop=4
syntax on " Syntax highlighting
set showmatch " Shows matching brackets
set ruler " Always shows location in file (line#)
set smarttab " Autotabs for certain code
set shiftwidth=4
cat /dev/urandom | tr -dc '[:alnum:]' | fold -w ${1:-20} | head -n 1
Комментариев нет:
Отправить комментарий