aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-04-02 13:20:20 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-04-03 21:38:05 +0200
commitab2d1ddd0adbeec8061b6560ebedf5a1f7bb5867 (patch)
tree0531ad62420a9407bcf21849e592d8104af54484 /config.def.h
parent378e3b7c01d07659b85bb77786461e91a1c6d8ab (diff)
downloadvis-ab2d1ddd0adbeec8061b6560ebedf5a1f7bb5867.tar.gz
vis-ab2d1ddd0adbeec8061b6560ebedf5a1f7bb5867.tar.xz
sam: unify vi(m) and sam command line
The following vi commands have been dropped: - saveas - xit - ! The following commands are only recognized in their short form: - e (edit) - q (quit) - s (substitute) - w (write) - r (read)
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 3a09da2..c29ce64 100644
--- a/config.def.h
+++ b/config.def.h
@@ -268,7 +268,7 @@ static const KeyBinding bindings_visual[] = {
{ "<C-c>", ALIAS("<Escape>") },
{ "v", ALIAS("<Escape>") },
{ "V", ACTION(MODE_VISUAL_LINE) },
- { ":", ACTION(PROMPT_SHOW_VISUAL) },
+ { ":", ACTION(PROMPT_SHOW) },
{ "<C-b>", ALIAS("<PageUp>") },
{ "<C-f>", ALIAS("<PageDown>") },
{ "<C-u>", ACTION(CURSORS_PREV) },