2018.07.05 Добавлена команда beep

This commit is contained in:
2018-07-05 11:31:15 +03:00
parent 30bd0d4eb5
commit cdffbd834b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ set number
set incsearch
set hlsearch
nnoremap <silent> <CR> :nohlsearch<CR><CR>
set clipboard=unnamedplus
au BufNewFile,BufRead *.py
\ set tabstop=4 |