From bd0f6620c3ba5df977fabef172f729f4c037a8ff Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Thu, 22 Apr 2021 17:39:38 +0800 Subject: update --- alias | 2 ++ tigrc | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/alias b/alias index 10cee1c..eaea661 100644 --- a/alias +++ b/alias @@ -18,6 +18,7 @@ alias vl="vim -c ':CtrlPMRU'" alias vr='vim -R' alias vu='vim -u NONE' alias vv='vim ~/vimwiki/index.md' +alias vq='vim ~/buffer' alias cdv='cd ~/.vim_runtime' # amix/vimrc repo # for custom scripts @@ -376,6 +377,7 @@ alias cdma='cd ~/git/mapstew-android' alias cdT='cd ~/git/tilemaker' alias cdngx='cd /etc/nginx' alias stew='cd ~/git/mapstew' +alias sshs='ssh admin@52.199.215.221' TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305' TAIWAN_BBOX_V='20.72799,118.1036,26.60305,122.9312' diff --git a/tigrc b/tigrc index f6dcfe7..3a8cdbc 100644 --- a/tigrc +++ b/tigrc @@ -60,7 +60,7 @@ bind generic gL ?git reset --hard HEAD@{"%(prompt Enter HEAD@{} number: )"} # highlight diff without +/- # set diff-show-signs = false # set diff_column_highlight = ALL -set diff-highlight = true +set diff-highlight = false # misc settings set ignore-case = true @@ -146,6 +146,7 @@ bind generic pD ?git push '%(prompt Delete from which remote? )' :'%(prompt Whic # fetch bind main ?git fetch %(remote) bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote +bind main gF ?git fetch '%(prompt Which remote? )' '%(prompt Which branch? )' bind main pu !git pull %(remote) %(branch) bind main pf !git pull '%(prompt Pull from witch remote? )' %(branch) bind main pU ?git pull --rebase -- cgit v1.2.3-70-g09d2