Created tools dir for simple scripts

This commit is contained in:
Jon Dossey
2018-06-21 12:30:32 -05:00
parent b76e125cd4
commit 164ab9f4d8
13 changed files with 17 additions and 16 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
dig +short myip.opendns.com @resolver1.opendns.com;
+3 -5
View File
@@ -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
Submodule vim/.vim/bundle/Vundle.vim updated: 9a38216a1c...6437ad6df4
Submodule vim/.vim/bundle/calendar.vim updated: 1aee272cc3...6d6be26b2a
Submodule vim/.vim/bundle/jedi-vim updated: 48af2afd3e...77924398bd
Submodule vim/.vim/bundle/lightline.vim updated: 78c43c1446...555f202e33
Submodule vim/.vim/bundle/nerdtree updated: a0e49c9b11...97433edd43
Submodule vim/.vim/bundle/syntastic updated: 2c02edd174...206b616c8e
Submodule vim/.vim/bundle/targets.vim updated: c1732189c9...c3042dc18a
Submodule vim/.vim/bundle/vim-airline updated: e9a7a12d9e...396cc92261
Submodule vim/.vim/bundle/vim-airline-themes updated: 08c76e4cd0...26f67b9265
Submodule vim/.vim/bundle/vim-fugitive updated: 409b098c93...7c9b87a3c3
+1 -1
View File
@@ -60,7 +60,7 @@ nnoremap <CR> o<Esc>
" 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 <ESC>
cnoremap kj <ESC>