From fe0021a1766f9507c4bba1a4917a1a904297cdd3 Mon Sep 17 00:00:00 2001 From: iddoeldor Date: Sun, 26 May 2019 12:50:20 +0300 Subject: [PATCH] vim abbreviations update --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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; ```