diff --git a/autoload/SpaceVim.vim b/autoload/SpaceVim.vim index 71f5b9484..c2aed1e5e 100644 --- a/autoload/SpaceVim.vim +++ b/autoload/SpaceVim.vim @@ -367,3 +367,9 @@ endfunction " let g:neosnippet#snippets_directory = '~/path/to/snip_dir' " < " for more info about how to write snippet, please read ||neosnippet-snippet-syntax|. +" +" 3. Where is `` in cmdline-mode? +" +" `` is the default value of |cedit| option, but in SpaceVim we use same +" as ``, so maybe you can change the `ceite` option, or use +" `+`. diff --git a/autoload/SpaceVim/default.vim b/autoload/SpaceVim/default.vim index 4cdafc714..6bd442dd9 100644 --- a/autoload/SpaceVim/default.vim +++ b/autoload/SpaceVim/default.vim @@ -274,6 +274,7 @@ function! SpaceVim#default#SetMappings() abort cnoremap cnoremap cnoremap + cnoremap "When pressing cd switch to the directory of the open buffer map cd :cd %:p:h:pwd diff --git a/doc/SpaceVim.txt b/doc/SpaceVim.txt index 846392bc3..4d3199b2c 100644 --- a/doc/SpaceVim.txt +++ b/doc/SpaceVim.txt @@ -629,5 +629,11 @@ be save in `~/.SpaceVim.d/snippets`, if you want to use other directory: for more info about how to write snippet, please read ||neosnippet-snippet-syntax|. + 3. Where is `` in cmdline-mode? + +`` is the default value of |cedit| option, but in SpaceVim we use same as +``, so maybe you can change the `ceite` option, or use +`+`. + vim:tw=78:ts=8:ft=help:norl: