aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ae36a30..6aaa5bf 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ One further common problem is that `tmux` can change key combination behaviour,
#### General editor shortcuts
* `CTRL+N`: Open a new file.
- * `CTRL+O`: Open an existing file.
+ * ~~`CTRL+O`: Open an existing file.~~ Causes too many conflicts, use (`ALT+;`, type `edit`) or a file manager instead
* `CTRL+S`: Saves the current file.
* `CTRL+Q`: Quit Vim.
* `CTRL+G`: Goto line.