# ---------------------------------------- # --- Tabulators echo "set smartindent" >> ~/.vimrc echo "set tabstop=4" >> ~/.vimrc echo "set shiftwidth=4" >> ~/.vimrc echo "set expandtab" >> ~/.vimrc # ---------------------------------------- # --- :bf buffer first file :bl buffer last file :bn buffer next file :bp buffer previus file :bw :help buffer :n move to nex file :N move to previous file
http://www.glue.umd.edu/afs/glue.umd.edu/system/info/olh/Text/Text_Editors/vi.txt
http://www.glue.umd.edu/afs/glue.umd.edu/system/info/olh/Text/Text_Editors/vi-table.txt