From e85bc3931520aa0e13441f2a56ce11d8bbfea13b Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 26 Nov 2015 22:15:57 +0200 Subject: [PATCH] Fix inaccurate Vim instructions // Issue #340 --- docs/ide/vim.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ide/vim.rst b/docs/ide/vim.rst index fd147487..d97d3912 100644 --- a/docs/ide/vim.rst +++ b/docs/ide/vim.rst @@ -56,6 +56,10 @@ Now, in VIM ``cd /path/to/this/project`` and press ``Ctrl+B`` or ``Cmd+B`` (Mac). *PlatformIO* should compile your source code from the ``src`` directory, make firmware and upload it. +.. note:: + If hotkey doesn't work for you, try to add this line + ``nnoremap :make`` to ``~/.vimrc`` + Screenshot ----------