commit fc51b89608e37a5c26cad7dd7d4e0b63b42593ce
parent 58750210982c272b13acfa84892e1a7a333dfe8a
Author: Lukas Joswiak <lukas@lukasjoswiak.com>
Date: Sun, 7 Jan 2024 18:51:04 -0800
Fix spacing issue
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.vimrc b/.vimrc
@@ -22,8 +22,10 @@ nmap <Leader>j <C-W>j
nmap <Leader>k <C-W>k
nmap <Leader>l <C-W>l
-nmap cs :w<CR> " Save file with cs
-imap jj <Esc> " Remap escape to jj
+" Save file with cs
+nmap cs :w<CR>
+" Remap escape to jj
+imap jj <Esc>
set noswapfile " Disable swap files
syntax on " Turn on syntax highlighting