From 312c88e95ea8de9c96302d21e1ff0e6233492225 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Wed, 29 Jan 2014 13:28:06 -0500 Subject: [PATCH] slight fixes --- .bash_aliases | 5 ++++- .vimrc | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.bash_aliases b/.bash_aliases index 4d7c0be..cb3deed 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -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" diff --git a/.vimrc b/.vimrc index f7a9090..a632831 100644 --- a/.vimrc +++ b/.vimrc @@ -177,7 +177,7 @@ let g:ConqueTerm_SendVisKey = '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 = "" +let g:ycm_key_invoke_completion = "" "let g:ycm_add_preview_to_completeopt = 1 "let g:ycm_autoclose_preview_window_after_completion = 1