From a17817e97dcc24ef163b50becd9b04e9d5b2e9d0 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 13 Sep 2016 14:24:51 -0500 Subject: [PATCH 1/2] vim tmux stuff: --- env/sh/tmux.conf | 3 +++ variables.bash | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/env/sh/tmux.conf b/env/sh/tmux.conf index abeea8a..6480ea9 100644 --- a/env/sh/tmux.conf +++ b/env/sh/tmux.conf @@ -19,6 +19,9 @@ bind-key W resize-pane -x 100 bind-key v split-window -h bind-key b split-window +# be xterm +set -g default-terminal "xterm" + # iterating bind r source-file ~/.tmux.conf diff --git a/variables.bash b/variables.bash index 9fa439d..5388b17 100755 --- a/variables.bash +++ b/variables.bash @@ -21,7 +21,7 @@ export BAR_TOP=0 export BAR_HEIGHT=20 export BAR_BORDER_WIDTH=1 export BAR_FONT_FAMILY="$PRIMARY_FONT_FAMILY_WITH_SIZE" -export BAR_UNDERLINE=1 +export BAR_UNDERLINE=0 # export BAR_MARGIN=$WINDOW_GAP export BAR_MARGIN=700 export BAR_OFFSET=0 From 7c9e4e729869afe4659eea3442806036d076a5a5 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 14 Sep 2016 19:03:33 -0500 Subject: [PATCH 2/2] add some table stuff to vim --- editor/nvim/config/init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/nvim/config/init.vim b/editor/nvim/config/init.vim index 2f5aee6..a1d6dba 100644 --- a/editor/nvim/config/init.vim +++ b/editor/nvim/config/init.vim @@ -56,6 +56,7 @@ Plug 'tmux-plugins/vim-tmux-focus-events' " allow transitions within tmux Plug 'christoomey/vim-tmux-navigator' " allow transitions within tmux Plug 'tasklist.vim' " show tasks with leader,t Plug 'godlygeek/tabular' " align text lines together +Plug 'dhruvasagar/vim-table-mode' " for creating and editing character tables Plug 'lytedev/vim-superman' " view man pages with vim Plug 'tpope/vim-surround' " quickly modify text surrounding objects Plug 'tpope/vim-speeddating' " vim knows about date-like text objects