updated init.vim
This commit is contained in:
parent
ed89329042
commit
3eb1ae1edb
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ imap ii <Esc>
|
||||||
inoremap cll console.log()<esc>i
|
inoremap cll console.log()<esc>i
|
||||||
|
|
||||||
"Create function
|
"Create function
|
||||||
inoremap fc function () {}<left><left><left><left><esc>i
|
inoremap fn function () {}<left><left><left><left><esc>i
|
||||||
|
|
||||||
"Create standard for loop
|
"Create standard for loop
|
||||||
inoremap oo for (let i = 0; i <= ; i++) {}<left><left><left><left><left><left><left><left><esc>i
|
inoremap oo for (let i = 0; i <= ; i++) {}<left><left><left><left><left><left><left><left><esc>i
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue