Update lock
This commit is contained in:
parent
99a81c4837
commit
9f35c3997a
2 changed files with 25 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue