aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-01-19 10:20:50 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-01-19 10:20:50 +0100
commitf7e4a00d933afdc434111b308f0ab3e3e5f4511c (patch)
tree68fb44d5e3b8c373de44973bf5184fb0ee26bcc2 /config.def.h
parent3dadb4bd66214359bc70bb0e5249a0a64e08e849 (diff)
downloadvis-f7e4a00d933afdc434111b308f0ab3e3e5f4511c.tar.gz
vis-f7e4a00d933afdc434111b308f0ab3e3e5f4511c.tar.xz
vis: remove <C-o> mapping in insert mode
This was never really implemented properly and is not really needed anyway. Close #345
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 375f2fd..04643d1 100644
--- a/config.def.h
+++ b/config.def.h
@@ -330,7 +330,6 @@ static const KeyBinding bindings_insert[] = {
{ "<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) },
{ "<C-t>", ALIAS("<Escape>>>i") },
{ "<C-x><C-e>", ACTION(WINDOW_SLIDE_UP) },