Понедельник (07/16/18)

/dev/pts/0
15:27:05
# 45 set number
 42 "set ignorecase         " Do case insensitive matching
 43 "set smartcase          " Do smart case matching
 44 "set incsearch          " Incremental search
 46 "set hidden             " Hide buffers when they are abandoned
 47 "set mouse=a            " Enable mouse usage (all modes)
 45 "set autowrite          " Automatically save before commands like :next and :make                                                                                       1,1           Top
 49 " Source a global configuration file if available
 50 if filereadable("/etc/vim/vimrc.local")
                                                                                                                                                                            4,1           37%
 52 endif
 53 set number
 51   source
 55 colorscheme elflord
 56 set nowrap
 57 set mouse=a
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
"/usr/share/vim/vimrc" 57L, 2254C written