mirror of
1
0
Fork 0

Merge pull request #363 from alphaCTzo7G/patch-1

Removed let g:mapleader in line 59
This commit is contained in:
Amir Salihefendic 2018-03-10 22:54:54 -03:00 committed by GitHub
commit 8aa4bba46f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ set autoread
" With a map leader it's possible to do extra key combinations
" like <leader>w saves the current file
let mapleader = ","
let g:mapleader = ","
" Fast saving
nmap <leader>w :w!<cr>