mirror of
https://github.com/amix/vimrc
synced 2025-06-16 17:45:00 +08:00
Merge branch 'master' of github.com:amix/vimrc
This commit is contained in:
@ -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>
|
||||
@ -78,7 +77,7 @@ set langmenu=en
|
||||
source $VIMRUNTIME/delmenu.vim
|
||||
source $VIMRUNTIME/menu.vim
|
||||
|
||||
" Turn on the WiLd menu
|
||||
" Turn on the Wild menu
|
||||
set wildmenu
|
||||
|
||||
" Ignore compiled files
|
||||
|
Reference in New Issue
Block a user