diff --git a/README.md b/README.md index 87315be..8496e60 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,15 @@
Vim snippets +To list abbreviations `:ab` + +Expand by writing `key` and `` -Expand by writing `fridaintercept` and `` * Add to `~/.vimrc` ``` -iabbrev fridaintercept Interceptor.attach(ptr, {onEnter: function(args) {},onLeave: function(retval) {}}) -iabbrev fridabacktrace console.warn(Thread.backtrace(this.context, Backtracer.ACCURATE).map(DebugSymbol.fromAddress).join('\n'));F(4; +ab fridaintercept Interceptor.attach(ptr, {onEnter: function(args) {},onLeave: function(retval) {}}) +ab fridabacktrace console.warn(Thread.backtrace(this.context, Backtracer.ACCURATE).map(DebugSymbol.fromAddress).join('\n'));F(4; ```