Update lock

This commit is contained in:
stitchy 2024-02-07 01:21:35 +00:00
parent 99a81c4837
commit 9f35c3997a
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
2 changed files with 25 additions and 19 deletions

View file

@ -11,8 +11,14 @@ set ignorecase
set number relativenumber
set noswapfile
inoremap jk <ESC>
xnoremap gy "+y
let mapleader = "`"
" Good indents "
set tabstop=2
set shiftwidth=2
set expandtab
" Make Lines Wrap Properly
set linebreak
set wrap