This file contains 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
" My VIM Configurations | CodexLink (https://github.com/CodexLink) | |
" | |
" Compiled from the following sources: | |
" https://www.freecodecamp.org/news/vimrc-configuration-guide-customize-your-vim-editor/ | |
" https://www.twilio.com/blog/5-must-have-vim-plugins-that-will-change-your-workflow | |
" https://gist.github.com/jdah/4b4d98c2ced36eb07b017c4ae2c94bab | |
" https://github.com/jonhoo/configs/blob/master/editor/.config/nvim/init.vim | |
call plug#begin('~/.vim/plugged') |
This file contains 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
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | |
* VIM Tutor Summarized by CodexLink (https://github.com/CodexLink) | |
! All commands are case-sensitive. | |
# Created on 2 June 2021 | |
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | |
=== Direction === | |
h — Move Left. | |
j — Move Down. | |
k — Move Up. |