mirror of
https://github.com/itme-brain/vim.git
synced 2026-05-08 07:30:13 -04:00
fix
This commit is contained in:
parent
5ce1ceea15
commit
cb2c54f2a1
1 changed files with 5 additions and 0 deletions
5
vimrc
5
vimrc
|
|
@ -73,6 +73,11 @@ augroup vimrc_netrw
|
||||||
autocmd FileType netrw nnoremap <buffer> <C-k> :wincmd k<CR>
|
autocmd FileType netrw nnoremap <buffer> <C-k> :wincmd k<CR>
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
augroup vimrc_quickfix
|
||||||
|
autocmd!
|
||||||
|
autocmd FileType qf nnoremap <buffer> <CR> <CR>:cclose<CR>
|
||||||
|
augroup END
|
||||||
|
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
|
|
||||||
set number
|
set number
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue