Mention tmux

This commit is contained in:
Henrik Lissner 2015-12-12 03:20:43 -05:00
parent 44eed5eadc
commit 16375442af

View file

@ -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, * **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]`. `helm-ag` can be used via `:ag [KEYWORDS]`, or `align-regexp` via `:align [regexp]`.
See [my-commands.el](private/my-commands.el) for others. 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 * **Incremental highlighting for `:g[lobal]`**: evil's stock global command does not do
this (`:align` will also highlight matches). this (`:align` will also highlight matches).
* **iedit instead of multiple-cursors**: I've got my eye on * **iedit instead of multiple-cursors**: I've got my eye on