mirror of
https://github.com/amix/vimrc
synced 2024-12-13 05:32:34 +00:00
Removed let g:mapleader in line 59
Since we are already defining mapleader to ",", there is no need to define g:leader as well. So I removed g:mapleader from the vimrc, to make it simpler.
This commit is contained in:
parent
7fc202ec88
commit
04fe96f558
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
|
" With a map leader it's possible to do extra key combinations
|
||||||
" like <leader>w saves the current file
|
" like <leader>w saves the current file
|
||||||
let mapleader = ","
|
let mapleader = ","
|
||||||
let g:mapleader = ","
|
|
||||||
|
|
||||||
" Fast saving
|
" Fast saving
|
||||||
nmap <leader>w :w!<cr>
|
nmap <leader>w :w!<cr>
|
||||||
|
|
Loading…
Reference in a new issue