From 17ab730458d340f4212064a1169d33410fac2f98 Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Sun, 12 Nov 2017 22:50:49 -0500 Subject: [PATCH] Added a few git commands and changed some Terminator keybindings. --- dotfiles/.bash_aliases | 8 +++++--- dotfiles/termConfig | 7 ++++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/dotfiles/.bash_aliases b/dotfiles/.bash_aliases index 7196bc5..fc204ba 100644 --- a/dotfiles/.bash_aliases +++ b/dotfiles/.bash_aliases @@ -31,9 +31,8 @@ else alias rcg="cd ~/Documents/coding/random-color-generator" # 207 - alias 207r="cd ~/Documents/School/207/mokkar/" - alias a2="cd ~/Documents/School/207/mokkar/a2/src/farmyard" - alias a2n="vi ~/Documents/School/207/mokkar/a2/notes.txt" + alias 7r="cd ~/Documents/School/207/group_0485" + alias ph1="cd ~/Documents/School/207/group_0485/phase1" # 221 alias 221="cd ~/Documents/School/221" @@ -59,6 +58,9 @@ alias gstore="git config credential.helper store" gc(){ git commit -m "$1" } +alias gcm="git commit" +alias gl="git log" +alias gsl="git shortlog" # idea alias jh="echo $JAVA_HOME" diff --git a/dotfiles/termConfig b/dotfiles/termConfig index e315b4a..916966f 100644 --- a/dotfiles/termConfig +++ b/dotfiles/termConfig @@ -1,8 +1,13 @@ [global_config] + inactive_color_offset = 1.0 title_font = Noto Sans 10 title_transmit_bg_color = "#3d3d3d" [keybindings] - close_term = w + close_term = w + cycle_next = Tab + new_tab = t + split_horiz = e + split_vert = o [layouts] [[default]] [[[child1]]]