From 971e5ad54460c47feb47dbdc9b67b24f27b956e9 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Tue, 20 Oct 2015 21:06:47 -0400 Subject: [PATCH] Update vimrc --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 4c77c8b..566b106 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -7,6 +7,9 @@ " https://stackoverflow.com/questions/5845557/in-a-vimrc-is-set-nocompatible-completely-useless set nocompatible +" Map Leader key +let mapleader = "," + " Shows you which commands you're typing set showcmd