From bcdacf4d9a41d4226867e36074d085dd4fe97c10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 5 Mar 2017 11:00:38 +0100 Subject: vis: remove word and file name completion from editor core --- config.def.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 1c3e26d..4a170f9 100644 --- a/config.def.h +++ b/config.def.h @@ -317,8 +317,6 @@ static const KeyBinding bindings_insert[] = { { "", ALIAS("") }, { "", ALIAS("") }, { "", ALIAS("") }, - { "", ACTION(COMPLETE_WORD) }, - { "", ACTION(COMPLETE_FILENAME) }, { "", ALIAS("") }, { "", ACTION(INSERT_REGISTER) }, { "", ALIAS("") }, -- cgit v1.2.3