From 47a5d76ea1914f89e584f272e35dc25ae9ca6c21 Mon Sep 17 00:00:00 2001 From: jon Date: Thu, 26 Mar 2020 17:00:59 -0500 Subject: [PATCH] Decreased terminus font size in X, fixed escape delay with tmux+vim --- tmux/.tmux.conf | 2 +- x/.Xresources | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 4311401..6776866 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,7 +1,7 @@ set -g default-terminal screen-256color #remove escape delay -#set -s escape-time 0 +set -s escape-time 0 #history limit set-option -g history-limit 5000 diff --git a/x/.Xresources b/x/.Xresources index 0560cf1..1874922 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -1,6 +1,6 @@ URxvt*scrollBar: false -URxvt.font: xft:Terminus:size=16:antialias=true -URxvt.boldFont: xft:Terminus:bold:size=16:antialias=true +URxvt.font: xft:Terminus:size=14:antialias=true +URxvt.boldFont: xft:Terminus:bold:size=14:antialias=true URxvt*inheritPixmap: false !URxvt*transparent: false !URxvt*shading: 5