interceptor #vim-snippet
This commit is contained in:
parent
b984306ea3
commit
4f18af7edd
@ -69,8 +69,9 @@
|
|||||||
<details>
|
<details>
|
||||||
<summary>Vim snippets</summary>
|
<summary>Vim snippets</summary>
|
||||||
|
|
||||||
Add to `~/.vimrc`
|
|
||||||
You write `fridaintercept` and expand with `<Space>`
|
Expand by writing `fridaintercept` and `<Space>`
|
||||||
|
* Add to `~/.vimrc`
|
||||||
|
|
||||||
```
|
```
|
||||||
:iabbrev fridaintercept Interceptor.attach(ptr, {<CR><Tab>onEnter: function(args) {<CR><CR>},<CR>onLeave: function(retval) {<CR><CR>}<CR><BS>})
|
:iabbrev fridaintercept Interceptor.attach(ptr, {<CR><Tab>onEnter: function(args) {<CR><CR>},<CR>onLeave: function(retval) {<CR><CR>}<CR><BS>})
|
||||||
|
Loading…
Reference in New Issue
Block a user