vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 9b3903e881781b9bee03007238bef9f3fbb4f600 parent 2fb9aecd794c0e078d1a73d208a75a45e173b589 Author: Marc André Tanner <mat@brain-dump.org> Date: Sun, 26 Jul 2020 11:45:01 +0200 vis: remove commented entries from default config Diffstat:
| M | config.def.h | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h @@ -141,8 +141,6 @@ static const KeyBinding bindings_selections[] = { { "z-", ACTION(SELECTIONS_COMBINE_SHORTER) }, { "z<", ACTION(SELECTIONS_COMBINE_LEFTMOST) }, { "z>", ACTION(SELECTIONS_COMBINE_RIGHTMOST) }, -// { "-", ACTION(SELECTIONS_ROTATE_LEFT) }, -// { "+", ACTION(SELECTIONS_ROTATE_RIGHT) }, { "_", ACTION(SELECTIONS_TRIM) }, { "<S-Tab>", ACTION(SELECTIONS_ALIGN_INDENT_RIGHT) }, { "<Tab>", ACTION(SELECTIONS_ALIGN_INDENT_LEFT) },