PWOLNXFD36S6YAHKSY6ZFDSF7J4X5EH3VV4GDFAV2QFIPKRZTBMQC
"Disable compatibility with vi which can cause unexpected issues.
set nocompatible
" Turn syntax highlighting on.
syntax on
" Formatting preferences for line numbers
set number relativenumber
" Formatting for indicating 80 charaters
set colorcolumn=
"set textwidth=80
" Formatting for spacing
set shiftwidth=2
set tabstop=4
set expandtab
nnoremap q <c-v>