swaying work

This commit is contained in:
ackman678
2020-05-10 22:22:24 -07:00
parent 6b3a0efc28
commit ca5ce3b2a6
5 changed files with 35 additions and 20 deletions

5
.vimrc
View File

@@ -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.