From 1ef8da86cc7c2cfe762ca7379fc9b0acb1ab2c7d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 30 Apr 2017 11:25:50 -0400 Subject: [PATCH] fixes Signed-off-by: Kenneth Reitz --- gotchas.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gotchas.rst b/gotchas.rst index 7f23391..4b131ae 100644 --- a/gotchas.rst +++ b/gotchas.rst @@ -5,7 +5,7 @@ Common Gotchas VIM Arrow Keys Don't Work ------------------------- -You may notice that by default, VIM's arrow keys don't work on your computer. To fix this, add the following to your ``~/.vimrc``: +You may notice that by default, VIM's arrow keys don't work on your computer. To fix this, add the following to your ``~/.vimrc``:: $ cat ~/.vimrc set term=builtin_ansi \ No newline at end of file