From ab2d1ddd0adbeec8061b6560ebedf5a1f7bb5867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 2 Apr 2016 13:20:20 +0200 Subject: 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) --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') 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[] = { { "", ALIAS("") }, { "v", ALIAS("") }, { "V", ACTION(MODE_VISUAL_LINE) }, - { ":", ACTION(PROMPT_SHOW_VISUAL) }, + { ":", ACTION(PROMPT_SHOW) }, { "", ALIAS("") }, { "", ALIAS("") }, { "", ACTION(CURSORS_PREV) }, -- cgit v1.2.3