From 9bb49d1352c970f666cbf44b0eec11817b2ccb4f Mon Sep 17 00:00:00 2001
From: terminaldweller <thabogre@gmail.com>
Date: Wed, 26 May 2021 23:30:46 +0430
Subject: fixed the w3m script problems. now using exa. some other small stuff

---
 baseline/.tmux.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'baseline')

diff --git a/baseline/.tmux.conf b/baseline/.tmux.conf
index 2c4ab08..ac22398 100644
--- a/baseline/.tmux.conf
+++ b/baseline/.tmux.conf
@@ -1,4 +1,4 @@
-set -g default-terminal "tmux-256color"
+set -g default-terminal "screen-256color"
 set-option -g prefix C-a
 
 #key bindings
@@ -21,6 +21,7 @@ bind -T copy-mode-vi 'y' send -X copy-selection-and-cancel
 #bind -T copy-mode-vi 'V' rectangle-toggle
 bind ] paste-buffer
 bind Space choose-buffer
+bind -n C-h clear-history
 
 #move windows
 bind-key -n C-S-Left swap-window -t -1
-- 
cgit v1.2.3