vim abbreviations update
This commit is contained in:
parent
ec018a5171
commit
fe0021a176
@ -69,13 +69,15 @@
|
|||||||
<details>
|
<details>
|
||||||
<summary>Vim snippets</summary>
|
<summary>Vim snippets</summary>
|
||||||
|
|
||||||
|
To list abbreviations `:ab`
|
||||||
|
|
||||||
|
Expand by writing `key` and `<Space>`
|
||||||
|
|
||||||
Expand by writing `fridaintercept` and `<Space>`
|
|
||||||
* Add to `~/.vimrc`
|
* Add to `~/.vimrc`
|
||||||
|
|
||||||
```
|
```
|
||||||
iabbrev fridaintercept Interceptor.attach(ptr, {<CR><Tab>onEnter: function(args) {<CR><CR>},<CR>onLeave: function(retval) {<CR><CR>}<CR><BS>})
|
ab fridaintercept Interceptor.attach(ptr, {<CR><Tab>onEnter: function(args) {<CR><CR>},<CR>onLeave: function(retval) {<CR><CR>}<CR><BS>})
|
||||||
iabbrev fridabacktrace console.warn(Thread.backtrace(this.context, Backtracer.ACCURATE).map(DebugSymbol.fromAddress).join('\n'));<ESC>F(4;
|
ab fridabacktrace console.warn(Thread.backtrace(this.context, Backtracer.ACCURATE).map(DebugSymbol.fromAddress).join('\n'));<ESC>F(4;
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
Loading…
Reference in New Issue
Block a user