From b03f5b1bb98cd0014123acb7f09ab71dff124ef9 Mon Sep 17 00:00:00 2001 From: jon Date: Sun, 23 Jul 2017 11:39:28 -0500 Subject: [PATCH] Updated .Xresources to change default font size from 12 to 14, which seems to work better on both 24" and 14" Updated tmux to clean up formatting and also change keybindings for moving between splits and to set the index to 1 so default window isnt [prefix]-0 --- tmux/.tmux.conf | 13 +++++++++++++ x/.Xresources | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index d80683c..2d02346 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -2,14 +2,27 @@ unbind C-b set-option -g prefix C-a bind-key C-a send-prefix + # split panes using | and - bind | split-window -h bind - split-window -v unbind '"' unbind % + # enable mouse control (clickable windows, panes, resizable panes) # as of tmux 2.1 you can just do this ... set -g mouse on + # stop tmux from renaming the window every time you run a command set-option -g allow-rename off set-option -g pane-active-border-fg blue + +# select panes with vim keys +bind h select-pane -L +bind j select-pane -D +bind k select-pane -U +bind l select-pane -R + +# change base from 0 to 1 for reachability +set -f base-index 1 + diff --git a/x/.Xresources b/x/.Xresources index b158330..9aa2895 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -23,7 +23,7 @@ *color14: #7E9982 *color15: #BDBDA4 URxvt*scrollBar: false -URxvt.font: xft:Terminus:size=12:antialias=true -URxvt.boldFont: xft:Terminus:bold:size=12:antialias=true +URxvt.font: xft:Terminus:size=14:antialias=true +URxvt.boldFont: xft:Terminus:bold:size=14:antialias=true URxvt*transparent: true URxvt*shading: 10