Skip to content

Instantly share code, notes, and snippets.

@saurabhrautela
Last active October 12, 2022 11:56
Show Gist options
  • Save saurabhrautela/f8008ff36f6d03ac8ea94fe8b05fbbd6 to your computer and use it in GitHub Desktop.
Save saurabhrautela/f8008ff36f6d03ac8ea94fe8b05fbbd6 to your computer and use it in GitHub Desktop.
" For details on any item below:
" :help <item>
" TO view all the available options:
" :options
set listchars=eol:¬,tab:>~,trail:~,extends:>,precedes:<,space:·
set nu
set list
set expandtab
set tabstop=4
set shiftwidth=4
set title
set modeline
set autoindent
set showmatch
set ruler
set wildmenu
set is
set showcmd
set scrolloff=5
set lbr
set hidden
set incsearch
set smartcase
set ai
set si
set bg=light
syntax enable
let python_hightlight_all = 1
nnoremap <esc> :noh<return><esc>
nnoremap <Left> <nop>
vnoremap <Left> <nop>
inoremap <Left> <nop>
nnoremap <Right> <nop>
vnoremap <Right> <nop>
inoremap <Right> <nop>
nnoremap <Up> <nop>
vnoremap <Up> <nop>
inoremap <Up> <nop>
nnoremap <Down> <nop>
vnoremap <Down> <nop>
inoremap <Down> <nop>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment