From 16375442af3da7173089fd8067ec9f4ecff2c97a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 12 Dec 2015 03:20:43 -0500 Subject: [PATCH] Mention tmux --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e82632b40..0166c9083 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ just stubborn. Here is a little of what to expect from NARF: * **Ex compatibility**: I've given quite a few plugins an Ex interface. For instance, `helm-ag` can be used via `:ag [KEYWORDS]`, or `align-regexp` via `:align [regexp]`. See [my-commands.el](private/my-commands.el) for others. + * **Communicating with Tmux**: using `:t [CMD]` (sends to tmux) and `:tcd` (cd's to + default-directory) * **Incremental highlighting for `:g[lobal]`**: evil's stock global command does not do this (`:align` will also highlight matches). * **iedit instead of multiple-cursors**: I've got my eye on