Skip to content

Instantly share code, notes, and snippets.

View CodexLink's full-sized avatar
🏢
Busy on personal + on-site work.

Janrey Licas CodexLink

🏢
Busy on personal + on-site work.
View GitHub Profile
@CodexLink
CodexLink / init.vim
Last active November 11, 2021 06:05
CodexLink's VIM Configuration v1.4 | As of 11/11/2021, 14:05
" 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')
@CodexLink
CodexLink / README.txt
Created September 9, 2021 03:40
VIM Summarized Version of VIM Tutorial
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* 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.