added carriage returns to the exit commands

This commit is contained in:
Joshua Flores 2025-03-29 08:27:21 -04:00
parent a58c9fae89
commit 4d1c1836ed
No known key found for this signature in database
GPG key ID: 69CA63D415549E19

View file

@ -1,6 +1,8 @@
"leader key
let mapleader=" "
"+++++++++++++++ MULTI-MODE ++++++++++++++++++
"disable arrows
noremap <Up> <NOP>
noremap <Down> <NOP>
@ -17,9 +19,9 @@ nnoremap <S-Tab> gT
nnoremap ; :
"saves and quits
nnoremap <leader>w :w
nnoremap <leader>q :wq
nnoremap <leader>x :q!
nnoremap <leader>w :w<CR>
nnoremap <leader>q :wq<CR>
nnoremap <leader>x :q!<CR>
"+++++++++++++++ INSERT MODE +++++++++++++++++