.vimrc
changeset 607 db8b30e73baf
parent 606 f21480ec9818
child 608 817b345c30a5
equal deleted inserted replaced
606:f21480ec9818 607:db8b30e73baf
    22 set showcmd
    22 set showcmd
    23 " Do not show line numbers.
    23 " Do not show line numbers.
    24 set nonu
    24 set nonu
    25 " Set command string height.
    25 " Set command string height.
    26 set ch=1
    26 set ch=1
       
    27 
       
    28 " Highlight line with cursor.
       
    29 set cursorline
    27 
    30 
    28 " Hide buffers instead of closing them.
    31 " Hide buffers instead of closing them.
    29 set hidden
    32 set hidden
    30 
    33 
    31 set mouse=a
    34 set mouse=a