Merge pull request #363 from alphaCTzo7G/patch-1

Removed let g:mapleader in line 59
pull/362/merge
Amir Salihefendic 5 years ago committed by GitHub
commit 8aa4bba46f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      vimrcs/basic.vim

@ -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…
Cancel
Save