Untitled
unknown
plain_text
5 months ago
384 B
3
Indexable
:set visualbell :set noerrorbells imap jk <Esc> :set clipboard+=unnamed :set number :augroup numbertoggle : autocmd! : autocmd BufEnter,FocusGained,InsertLeave,WinEnter * if &nu && mode() != "i" | set rnu | endif : autocmd BufLeave,FocusLost,InsertEnter,WinLeave * if &nu | set nornu | endif :augroup END nmap <S-Enter> O<Esc> nmap <CR> o<Esc> unmap <C-c>
Editor is loading...
Leave a Comment