1
0
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:
Amir Salihefendic
2018-03-31 11:56:43 -03:00
4 changed files with 55 additions and 7 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>
@ -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