summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xresources2
-rw-r--r--mutt/muttrc9
-rw-r--r--nvimrc1
-rw-r--r--tmux.conf2
4 files changed, 7 insertions, 7 deletions
diff --git a/Xresources b/Xresources
index 7358701..204aa76 100644
--- a/Xresources
+++ b/Xresources
@@ -41,7 +41,7 @@ URxvt*cursorColor: Green
URxvt.depth: 32
! Colors
-URxvt*background: [80]Black
+URxvt*background: [90]Black
URxvt*foreground: White
URxvt.color0 : #2E2E34343636
URxvt.color8 : #555557575353
diff --git a/mutt/muttrc b/mutt/muttrc
index 6cf78e2..0418afe 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -3,6 +3,7 @@ set from = "u.vaes13@imperial.ac.uk"
set realname = "Urbain Vaes"
set use_from = yes
set envelope_from = "yes"
+set weed
# Folders
set folder = ~/.mail
@@ -19,10 +20,12 @@ set spoolfile = "+Main/Main"
set record = "+Main/Sent"
set postponed = "+Main/Drafts"
-# Status Bar
-# set status_chars = " *%A"
+# Headers
+ignore *
+unignore from: to: cc: date: subject:
+unhdr_order *
+hdr_order from: to: cc: date: subject:
-# Mailboxes
mailboxes +Main/Main \
+Imperial/Imperial \
+Hotmail/Hotmail \
diff --git a/nvimrc b/nvimrc
index f6c7dc6..9294359 100644
--- a/nvimrc
+++ b/nvimrc
@@ -6,7 +6,6 @@ Plug 'AndrewRadev/splitjoin.vim'
Plug 'benekastah/neomake' , { 'for' : 'cpp' }
Plug 'bling/vim-airline'
Plug 'christoomey/vim-tmux-navigator'
-Plug 'edkolev/tmuxline.vim'
Plug 'freeo/vim-kalisi'
Plug 'godlygeek/tabular' , { 'on' : 'Tab' }
Plug 'gregsexton/gitv', { 'on' : 'Gitv' }
diff --git a/tmux.conf b/tmux.conf
index 2e2451d..98127fa 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -13,8 +13,6 @@ bind r source-file ~/.tmux.conf
set -s escape-time 0
set-option -g allow-rename off
-source-file ~/.tmuxlinerc
-
set -g @tpm_plugins ' \
tmux-plugins/tpm \
tmux-plugins/tmux-sensible \