From abc0a22e5c683ade62141327b3f719602759c442 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Wed, 3 Dec 2014 00:32:25 -0500 Subject: [PATCH] Fixes #195 Add documentation for ` o` (reserved to users) --- DOCUMENTATION.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 431788c7c..ea9aa947b 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -53,6 +53,7 @@ - [Base packages](#base-packages) - [Evil plugins](#evil-plugins) - [Commands](#commands) + - [Reserved prefix command for user](#reserved-prefix-command-for-user) - [Escaping](#escaping) - [Executing Vim, Emacs and shell commands](#executing-vim-emacs-and-shell-commands) - [Navigating](#navigating) @@ -61,6 +62,7 @@ - [Experimental insert state feature](#experimental-insert-state-feature) - [Vim motions with ace-jump mode](#vim-motions-with-ace-jump-mode) - [Window manipulation](#window-manipulation) + - [Resizing windows](#resizing-windows) - [Golden ratio](#golden-ratio) - [Buffers and Files](#buffers-and-files) - [Ido](#ido) @@ -788,6 +790,11 @@ They are both extended with various packages to build on their foundations. Every sequences must be performed in `normal` mode. +## Reserved prefix command for user + +SPC o is reserved for the user. Setting key bindings behind ` o` +is **guaranteed** to never conflict with `Spacemacs` defaults key bindings. + ## Escaping `Spacemacs` uses [evil-escape][] to easily switch between `insert state` and