commit 57a031d8ab58c013dea67dc57a7e4f7fb03cb9f3 parent a5e4c1bc070d962411e7c090dbaa1fa267771037 Author: Yohanes Bandung Bondowoso <hi@ybbond.dev> Date: Thu, 11 Jun 2020 21:13:16 +0700 update .tmux.conf Diffstat:
| M | .tmux.conf | | | 13 | ++++++++++++- |
| M | .zshrc | | | 5 | ++++- |
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/.tmux.conf b/.tmux.conf @@ -47,7 +47,18 @@ bind h select-pane -L bind l select-pane -R bind k select-pane -U bind j select-pane -D -bind -n M-s command-prompt -p "send pane to:" "join-pane -t '%%'" + +# [J]oin or [S]eparate current pane +# bind -n M-J command-prompt -p "send pane to:" "join-pane -t '%%'" +# bind -n M-S break-pane +bind J command-prompt -p "send pane to:" "join-pane -t '%%'" +bind S break-pane + +# reposition current active pane to be of +# [H]orizontal or [V]ertical position relative to other pane +bind V move-pane -t '.-' +bind H move-pane -h -t '.-' + # bind -n Ó resize-pane -L # bind -n Ò resize-pane -R # bind -n resize-pane -U diff --git a/.zshrc b/.zshrc @@ -17,10 +17,11 @@ export PATH=$PATH:$HOME/.cargo/bin export PATH=/.config/yarn/global/node_modules/.bin:$PATH./node_modules/.bin:$HOME/.yarn/bin:$HOME export PATH=/usr/local/opt/openssl/bin:$PATH export PATH=$HOME/Library/Frameworks/Python.framework/Versions/3.6/bin:$PATH +export PATH=$HOME/Library/Python/3.7/bin:$PATH export PATH=$PATH:$KUMPATH/yowez-cli/bin export GOPATH=$HOME/go export PATH=$GOPATH/bin:$PATH -export PATH=/Users/yohanesbandung/.nimble/bin:$PATH +export PATH=$HOME/.nimble/bin:$PATH export PATH="/Applications/Emacs.app/Contents/MacOS:$PATH" export PATH="$HOME/.emacs.d/bin:$PATH" # export INITVIM=$HOME/.config/nvim/init.vim @@ -32,6 +33,8 @@ export PATH=${PATH}:${ANDROID_HOME}/emulator export PATH=${PATH}:${ANDROID_HOME}/tool export PATH="${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools" +export NVIM_HOME="$YBPATH/notes" + ######################################################################## # FUNCTIONS ########################################################################