/ Published in: Bash
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
syntax on
set backspace=indent,eol,start
set nocompatible " rende vim compatibile a vi
set hlsearch
set incsearch
set autoindent
set textwidth=0
set ruler " fa apparire la posizione del cursore
set history=50
if has("autocmd") " permette il riconoscimento del linguaggio
filetype plugin indent on
endif
set showcmd
set showmatch
set nowrap
colorscheme delek
Comments
 Subscribe to comments
                    Subscribe to comments
                
                