diff options
author | Cody Hiar <cody.hiar@investopedia.com> | 2016-11-01 09:13:22 -0600 |
---|---|---|
committer | Cody Hiar <cody.hiar@investopedia.com> | 2016-11-01 09:13:22 -0600 |
commit | f95265b22a62910c468a20d88be07654c34e937b (patch) | |
tree | b2eb25c7d85234f124c89a169170323108ac20ba | |
parent | 6a3e65f4717fb7609aa11078bf61ca6331315700 (diff) |
Moving window switching to vim-options
-rw-r--r-- | vimrc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -29,10 +29,5 @@ call plug#end() " Local Options "----------------------------------------------------------------------------------------------------------------------- set lazyredraw "Stops flashing from command above and helps save on processing -nnoremap <C-J> <C-W><C-J> -nnoremap <C-K> <C-W><C-K> -nnoremap <C-L> <C-W><C-L> -nnoremap <C-H> <C-W><C-H> -nnoremap <C-]> <C-w><C-]> set backupdir^=~/.vim/vim-files/backups/ set directory=~/.vim/vim-files/swaps/ |