Last active
November 28, 2021 19:42
-
-
Save natiginfo/d14491ad8b79dee29dae156129c6c805 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ln -s /Users/[user]/.vimrc /Users/[user]/.ideavimrc
use this to point ideavimrc (Android Studio) to original vimrc