mirror of
https://github.com/amix/vimrc
synced 2024-11-15 00:17:07 +00:00
Merge pull request #363 from alphaCTzo7G/patch-1
Removed let g:mapleader in line 59
This commit is contained in:
commit
8aa4bba46f
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue