swaying work
This commit is contained in:
5
.vimrc
5
.vimrc
@@ -266,14 +266,15 @@ set mouse=n
|
||||
|
||||
"Quick save config
|
||||
imap ;s <ESC>:update<enter>
|
||||
imap jjw <ESC>:update<enter>
|
||||
nmap ;s <ESC>:update<enter>
|
||||
" imap jjw <ESC>:update<enter>
|
||||
"<CR> vs <enter> and running code
|
||||
|
||||
"Quick mode exit config
|
||||
" Two semicolons are easy to type. The `^ fixes the cursor position.
|
||||
imap ;; <ESC>`^
|
||||
inoremap <Tab> <Esc>`^
|
||||
" imap k <ESC>`^
|
||||
|
||||
" Just press Space to enter insert mode while in normal mode.
|
||||
nmap <Space> i
|
||||
" On gvim and Linux console Vim, you can also use ctrl-Space.
|
||||
|
||||
Reference in New Issue
Block a user