From 232d5529b29c64a1b4533b405b9c39707bb2ad0f Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Wed, 31 Dec 2014 10:24:31 -0500 Subject: [PATCH] Added ppas, zeal, tmux i3 shortcuts --- i3/config | 3 ++- scripts/ppas.txt | 4 ++++ shells/zshrc | 1 + tmux/tmux.conf | 31 +++++++++++++++++++++++++------ vim/vimrc | 1 + vimperator/vimperatorrc | 2 +- 6 files changed, 34 insertions(+), 8 deletions(-) create mode 100644 scripts/ppas.txt diff --git a/i3/config b/i3/config index 3474e1a..41d971b 100644 --- a/i3/config +++ b/i3/config @@ -165,10 +165,11 @@ exec --no-startup-id i3-msg /usr/bin/redshift t -l 36.3:-80.3 -t 6500:4000 exec --no-startup-id i3-msg 'workspace 1; exec /usr/bin/xterm' exec --no-startup-id /usr/bin/shutter --min_at_startup exec --no-startup-id /usr/bin/screen -dmS syncthing /home/stonewareslord/Applications/syncthing/syncthing -exec --no-startup-id /usr/bin/owncloud +exec --no-startup-id "sleep 10;/usr/bin/owncloud" exec --no-startup-id /usr/bin/nm-applet exec --no-startup-id /usr/bin/gtk-redshift -l 36.3:-80.3 -t 6500:4000 exec --no-startup-id /usr/bin/diodon exec --no-startup-id /usr/bin/numlockx exec --no-startup-id /usr/bin/synapse -s +exec --no-startup-id /usr/bin/zeal # vim: ts=2:sw=2:et diff --git a/scripts/ppas.txt b/scripts/ppas.txt new file mode 100644 index 0000000..8e5fcb3 --- /dev/null +++ b/scripts/ppas.txt @@ -0,0 +1,4 @@ +ppa:vincent-c/ponysay +ppa:danielrichter2007/grub-customizer +ppa:jerzy-kozera/zeal-ppa +ppa:glennric/dolphin-emu diff --git a/shells/zshrc b/shells/zshrc index 14783f1..55dd888 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -239,3 +239,4 @@ function k(){ fi } [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh +export DISABLE_AUTO_TITLE=true diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 05416ce..fdf6d7d 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -7,18 +7,37 @@ setw -g monitor-activity on set -g visual-activity on setw -g automatic-rename on unbind % -bind | split-window -h -bind - split-window -v set -g default-terminal "screen-256color" set-option -g history-limit 50000 set -g set-titles-string "tmux.#I.#W" set -g prefix C-a bind C-a send-prefix unbind C-b -bind-key k select-pane -U -bind-key j select-pane -D -bind-key h select-pane -L -bind-key l select-pane -R + + + + + +bind-key -n M-v split-window -h +bind-key -n M-V split-window -v +bind-key -n M-K swap-pane -s :. -t :.- \; select-pane -t :.- +bind-key -n M-J swap-pane -s :. -t :.+ \; select-pane -t :.+ +bind-key -n M-k select-pane -U +bind-key -n M-j select-pane -D +bind-key -n M-h select-pane -L +bind-key -n M-l select-pane -R +bind-key -n M-C kill-pane +bind-key F5 source ~/.tmux.conf +bind-key x detach +bind-key -n M-Space new-window \; rename-window "-" +bind-key -n M-[ previous-window +bind-key -n M-S-] break-pane +bind-key -n M-] next-window +bind-key -n M-f resize-pane -Z + + + + bind-key H resize-pane -L 5 bind-key J resize-pane -D 5 bind-key K resize-pane -U 5 diff --git a/vim/vimrc b/vim/vimrc index a766bb3..72cabe2 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -324,6 +324,7 @@ Plug 'mhinz/vim-signify' "Git information inline | https://github.com/mhinz/vim-signify Plug 'jamessan/vim-gnupg' " | https://github.com/jamessan/vim-gnupg +Plug 'stonewareslord/zeavim.vim' " | "DO NOT DELETE LINE ABOVE OR \bun WILL BREAK call plug#end() diff --git a/vimperator/vimperatorrc b/vimperator/vimperatorrc index ff0692b..e159003 100644 --- a/vimperator/vimperatorrc +++ b/vimperator/vimperatorrc @@ -33,4 +33,4 @@ set titlestring= set toolbars=noaddons,nobookmarks,nomenu,tabs,nonavigation set newtab=all "set complete= -set hintchars=HJKLASDFGYUIOPQWERTNMZXCVB +set hintchars=HJKLASDFGYUIOPWERTNMZXCVB