diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-03-05 11:00:38 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-03-05 11:00:38 +0100 |
| commit | bcdacf4d9a41d4226867e36074d085dd4fe97c10 (patch) | |
| tree | 7d08ca38a56d535c911edeae789b04e70aadad49 /config.def.h | |
| parent | 62fe04e615ce6b7f3893b979fc36d382729d8742 (diff) | |
| download | vis-bcdacf4d9a41d4226867e36074d085dd4fe97c10.tar.gz vis-bcdacf4d9a41d4226867e36074d085dd4fe97c10.tar.xz | |
vis: remove word and file name completion from editor core
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 0 insertions, 2 deletions
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[] = { { "<C-d>", ALIAS("<vis-operator-shift-left><vis-operator-shift-left>") }, { "<C-i>", ALIAS("<Tab>") }, { "<C-j>", ALIAS("<Enter>") }, - { "<C-n>", ACTION(COMPLETE_WORD) }, - { "<C-x><C-f>", ACTION(COMPLETE_FILENAME) }, { "<C-m>", ALIAS("<Enter>") }, { "<C-r>", ACTION(INSERT_REGISTER) }, { "<C-t>", ALIAS("<vis-operator-shift-right><vis-operator-shift-right>") }, |
