From 1db0dc9299851b054545350c7eeb4d6e9d3d7674 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 26 Mar 2014 00:45:47 -0400 Subject: [PATCH] updated documentation to reflect correct gvim mappings --- vim/config/keyboard.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index 74892e1..232586f 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -53,9 +53,9 @@ " | (N) -> undo the most recent match selection " " GVim Mappings: -" | (A) -> toggle the menu -" | (A) -> toggle the toolbar -" | (A) -> toggle the scrollbar +" | (A) -> toggle the menu +" | (A) -> toggle the toolbar +" | (A) -> toggle the scrollbar " " Aliases: " :wsudo | (N) -> :SudoWrite (write the file as root using sudo)