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
@@ -7,6 +7,7 @@ alias gcd='git checkout development'
alias here=gnome-terminal alias here=gnome-terminal
alias sgrep='grep -R -n -H -C 5 --exclude-dir={.git,.svn,CVS,.venv} ' alias sgrep='grep -R -n -H -C 5 --exclude-dir={.git,.svn,CVS,.venv} '
alias save='gca && gp' alias save='gca && gp'
alias beep='paplay /usr/share/sounds/gnome/default/alerts/bark.ogg'
function _commands() { function _commands() {
awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' awk '{a[$2]++}END{for(i in a){print a[i] " " i}}'
+1
View File
@@ -30,6 +30,7 @@ set number
set incsearch set incsearch
set hlsearch set hlsearch
nnoremap <silent> <CR> :nohlsearch<CR><CR> nnoremap <silent> <CR> :nohlsearch<CR><CR>
set clipboard=unnamedplus
au BufNewFile,BufRead *.py au BufNewFile,BufRead *.py
\ set tabstop=4 | \ set tabstop=4 |