slight fixes
This commit is contained in:
parent
000e1a1263
commit
312c88e95e
2 changed files with 5 additions and 2 deletions
|
|
@ -53,9 +53,12 @@ alias grep="grep --color=auto"
|
|||
alias dvtm="dvtm -m \"^w\""
|
||||
alias tm="tmux -2 attach"
|
||||
alias ppjson="python -mjson.tool"
|
||||
alias miranda="ssh -D 7777 -Y barak@miranda.barakmich.com"
|
||||
#alias tmux-pwn='tmux list-clients | sed "s|^\(/dev/ttys[0-9]\+\).*\[\([0-9]\+x[0-9]\+\).*$|\2 \1|" | sort -r -n | tail -n +2 | cut -d " " -f 2 | xargs -n 1 tmux detach-client -t'
|
||||
|
||||
#machines
|
||||
alias miranda="ssh -D 7777 -Y barak@miranda.barakmich.com"
|
||||
alias hero="ssh -D 7777 -Y barak@hero.barakmich.com"
|
||||
|
||||
#Cosmetic/useful
|
||||
#alias naim="naim --noscreen"
|
||||
alias wallall="wallall -p"
|
||||
|
|
|
|||
2
.vimrc
2
.vimrc
|
|
@ -177,7 +177,7 @@ let g:ConqueTerm_SendVisKey = '<Leader>ss'
|
|||
" * YouCompleteMe
|
||||
let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py'
|
||||
let g:ycm_confirm_extra_conf = 0
|
||||
let g:ycm_key_invoke_completion = "<Leader><Space>"
|
||||
let g:ycm_key_invoke_completion = "<Leader><Tab>"
|
||||
"let g:ycm_add_preview_to_completeopt = 1
|
||||
"let g:ycm_autoclose_preview_window_after_completion = 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue