Show Menu
Cheatography

configurations Cheat Sheet by

.zprofile and .vimrc configuration files

.vimrc

set noexpa­ndtab
keep tabs as actual tab characters
set tabstop=4
width of a tab character
set shiftw­idth=4
width of shift
set number
show line numbers
set ruler
displays cursor position in the bottom­-right corner
syntax on
syntax highli­ghting

.zprofile

export PATH="/­dir­ect­ory­:${­PAT­H}"
add path
tabs -4
set tabs
   
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          Bash/ZSH Shourtcuts Cheat Sheet
          VI Editor Cheat Sheet
          Vim NERDTree Cheat Sheet

          More Cheat Sheets by xcyberunicorn

          vim Cheat Sheet