diff --git a/.tools/get_public_ip.sh b/.tools/get_public_ip.sh new file mode 100755 index 0000000..4d3ba92 --- /dev/null +++ b/.tools/get_public_ip.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +dig +short myip.opendns.com @resolver1.opendns.com; diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 940568d..e905e7f 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,8 +1,8 @@ +set -g default-terminal screen-256color + #remove escape delay set -s escape-time 0 -set -g default-terminal "rxvt-unicode-256color" - #change C-b to Ca unbind C-b set-option -g prefix C-a @@ -37,14 +37,12 @@ if-shell '[ $(echo "$(tmux -V | cut -d" " -f2) >= 2.1" | bc) -eq 1 ]' \ 'set -g mouse on' \ 'set -g mode-mouse on; set -g mouse-resize-pane on; set -g mouse-select-pane on; set -g mouse-select-window on' -set -g mouse on +#set -g mouse on #'set -g mouse on; set -g mouse-utf8 on' \ bind-key Tab last-window bind-key BTab previous-window -set -g default-terminal "screen-256color" - # Basic status bar colors set-option -g status-bg default set-option -g status-fg white diff --git a/vim/.vim/bundle/Vundle.vim b/vim/.vim/bundle/Vundle.vim index 9a38216..6437ad6 160000 --- a/vim/.vim/bundle/Vundle.vim +++ b/vim/.vim/bundle/Vundle.vim @@ -1 +1 @@ -Subproject commit 9a38216a1c0c597f978d73547d37681fc689c90d +Subproject commit 6437ad6df4a3e6a87c5fb8bd2b8aadb277ec9c87 diff --git a/vim/.vim/bundle/calendar.vim b/vim/.vim/bundle/calendar.vim index 1aee272..6d6be26 160000 --- a/vim/.vim/bundle/calendar.vim +++ b/vim/.vim/bundle/calendar.vim @@ -1 +1 @@ -Subproject commit 1aee272cc37670b4f96c5d75975ae8af3bd8809e +Subproject commit 6d6be26b2ad1870658525e2a42046429c845516c diff --git a/vim/.vim/bundle/jedi-vim b/vim/.vim/bundle/jedi-vim index 48af2af..7792439 160000 --- a/vim/.vim/bundle/jedi-vim +++ b/vim/.vim/bundle/jedi-vim @@ -1 +1 @@ -Subproject commit 48af2afd3ef06a61242d5c08a6357879ea639c36 +Subproject commit 77924398bd594e238766153cec97ace62650f082 diff --git a/vim/.vim/bundle/lightline.vim b/vim/.vim/bundle/lightline.vim index 78c43c1..555f202 160000 --- a/vim/.vim/bundle/lightline.vim +++ b/vim/.vim/bundle/lightline.vim @@ -1 +1 @@ -Subproject commit 78c43c144643e49c529a93b9eaa4eda12614f923 +Subproject commit 555f202e33987863aaa31bf4df75ef989c3c49a7 diff --git a/vim/.vim/bundle/nerdtree b/vim/.vim/bundle/nerdtree index a0e49c9..97433ed 160000 --- a/vim/.vim/bundle/nerdtree +++ b/vim/.vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit a0e49c9b117d68dbc3e308b79529f8a3ab18e0f8 +Subproject commit 97433edd43f3a4a95c84389bcaafbe7a047cf756 diff --git a/vim/.vim/bundle/syntastic b/vim/.vim/bundle/syntastic index 2c02edd..206b616 160000 --- a/vim/.vim/bundle/syntastic +++ b/vim/.vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 2c02edd174c60abc6e176dda8e03ccc3276dcb2c +Subproject commit 206b616c8e49f948d18231799c469aa3e6e2c29c diff --git a/vim/.vim/bundle/targets.vim b/vim/.vim/bundle/targets.vim index c173218..c3042dc 160000 --- a/vim/.vim/bundle/targets.vim +++ b/vim/.vim/bundle/targets.vim @@ -1 +1 @@ -Subproject commit c1732189c9ec29cc3320094304019ffcafadafc4 +Subproject commit c3042dc18acc0dfcee479310d3efc6aefe92db75 diff --git a/vim/.vim/bundle/vim-airline b/vim/.vim/bundle/vim-airline index e9a7a12..396cc92 160000 --- a/vim/.vim/bundle/vim-airline +++ b/vim/.vim/bundle/vim-airline @@ -1 +1 @@ -Subproject commit e9a7a12d9e1ace3dd0778c375c1b77d2879ba137 +Subproject commit 396cc9226171f8dbf1069800a0ae56700bbf3913 diff --git a/vim/.vim/bundle/vim-airline-themes b/vim/.vim/bundle/vim-airline-themes index 08c76e4..26f67b9 160000 --- a/vim/.vim/bundle/vim-airline-themes +++ b/vim/.vim/bundle/vim-airline-themes @@ -1 +1 @@ -Subproject commit 08c76e4cd0cdaa12c476ed03b920912173e31339 +Subproject commit 26f67b926553555e505ac60e992c97ab5fdfc83f diff --git a/vim/.vim/bundle/vim-fugitive b/vim/.vim/bundle/vim-fugitive index 409b098..7c9b87a 160000 --- a/vim/.vim/bundle/vim-fugitive +++ b/vim/.vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit 409b098c93bc7d8345b1de300f9e2b8c3dce2add +Subproject commit 7c9b87a3c3ef4b53425aca4a27e11a7359caae9f diff --git a/vim/.vimrc b/vim/.vimrc index a8e7047..b3a0059 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -60,7 +60,7 @@ nnoremap o " use jk to escape insert mode - using easyescape plugin let g:easyescape_chars = { "j": 1, "k": 1 } -let g:easyescape_timeout = 100 +"let g:easyescape_timeout = 100 cnoremap jk cnoremap kj