aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorSilvan Jegen <s.jegen@gmail.com>2016-05-16 13:00:59 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-05-18 15:09:18 +0200
commit8696abbe1df9bcc3abe3926a0ea6c9788ae94f58 (patch)
tree701831b48b7d62c979f3a6b1ff3e15bfc8540ea2 /config.def.h
parent7ffbf62469d1ed3bc82f0cf56d91b3ebef7b7338 (diff)
downloadvis-8696abbe1df9bcc3abe3926a0ea6c9788ae94f58.tar.gz
vis-8696abbe1df9bcc3abe3926a0ea6c9788ae94f58.tar.xz
vis: add completion for file names in current directory via <C-x><C-f>
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index c6285e1..af5d8e3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -320,6 +320,7 @@ static const KeyBinding bindings_insert[] = {
{ "<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-o>", ACTION(MODE_OPERATOR_PENDING) },
{ "<C-r>", ACTION(INSERT_REGISTER) },