2018.07.05 Добавлена команда beep
This commit is contained in:
@@ -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}}'
|
||||||
|
|||||||
@@ -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 |
|
||||||
|
|||||||
Reference in New Issue
Block a user