Skip to content

Instantly share code, notes, and snippets.

@natiginfo
Last active November 28, 2021 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natiginfo/d14491ad8b79dee29dae156129c6c805 to your computer and use it in GitHub Desktop.
Save natiginfo/d14491ad8b79dee29dae156129c6c805 to your computer and use it in GitHub Desktop.
noremap <Up> <Nop>
noremap <Down> <Nop>
noremap <Left> <Nop>
noremap <Right> <Nop>
set number
set relativenumber
syntax enable
set incsearch
set autoindent
set ruler
set showcmd
set ignorecase
set tabstop=4 softtabstop=4
set shiftwidth=4
set smartindent
set expandtab
set nu
set hidden
set clipboard=unnamed
@natiginfo
Copy link
Author

ln -s /Users/[user]/.vimrc /Users/[user]/.ideavimrc use this to point ideavimrc (Android Studio) to original vimrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment