✨ bind ,: to :w
This commit is contained in:
parent
e95cee22f2
commit
013c0604d5
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ set listchars=tab:→\ ,nbsp:␣,trail:•,precedes:«,extends:»
|
||||||
let g:calendar_first_day = 'monday' " set monday as first day of week
|
let g:calendar_first_day = 'monday' " set monday as first day of week
|
||||||
let g:calendar_week_number = 1 " add weeknumber
|
let g:calendar_week_number = 1 " add weeknumber
|
||||||
|
|
||||||
|
" leader
|
||||||
|
map <leader>w :write<CR>
|
||||||
|
|
||||||
" configs below are from LukeSmithxyz/LARBS
|
" configs below are from LukeSmithxyz/LARBS
|
||||||
set title
|
set title
|
||||||
set bg=light
|
set bg=light
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue