From 7821641032d81b369de3dbfe4e9f6815ba75eacc Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Fri, 15 Jan 2021 17:11:44 +0100 Subject: Sóme changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mac/tmux.conf | 5 ++++- mac/zshrc | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'mac') diff --git a/mac/tmux.conf b/mac/tmux.conf index c5b8b55..f0f272a 100644 --- a/mac/tmux.conf +++ b/mac/tmux.conf @@ -42,10 +42,13 @@ bind -n M-Right select-pane -R bind -n M-Up select-pane -U bind -n M-Down select-pane -D +bind-key S-Left swap-window -t -1 +bind-key S-Right swap-window -t +1 + # Bells set -g visual-bell on set -g bell-action any # Scroll in shell set -g terminal-overrides 'xterm*:smcup@:rmcup@' -set -wg xterm-keys 1 \ No newline at end of file +set -wg xterm-keys 1 diff --git a/mac/zshrc b/mac/zshrc index 652449f..3ac3218 100644 --- a/mac/zshrc +++ b/mac/zshrc @@ -40,6 +40,7 @@ export PATH export PATH=/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/opt/local/bin:/opt/local/sbin path+=("$(readlink /Users/$DEFAULT_USER/bin)") export path +eval "$(pyenv init -)" # Add aliases alias krak='/Applications/GitKraken.app/Contents/MacOS/GitKraken -p "$(PWD)" &>> /dev/null &' -- cgit v1.2.3