From 168e40d440203d227a7d503715353c74f6be7efe Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Mon, 17 May 2021 09:01:43 -0400 Subject: [PATCH] tmux mouse --- .tmux.conf | 3 +++ .vimrc | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index ab92bbc..da1c978 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -11,3 +11,6 @@ set -g @plugin 'tmux-plugins/tmux-resurrect' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm' + +# mouse support +set -g mouse on diff --git a/.vimrc b/.vimrc index fc0876b..1b87ada 100644 --- a/.vimrc +++ b/.vimrc @@ -12,6 +12,8 @@ Plugin 'tpop/vim-fugitive' Plugin 'scrooloose/nerdtree' Plugin 'edkolev/tmuxline.vim' Plugin 'vim-airline/vim-airline-themes' +Plugin 'godlygeek/tabular' +Plugin 'plasticboy/vim-markdown' "Plugin 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'} " All of your Plugins must be added before the following line call vundle#end() " required @@ -39,6 +41,9 @@ let g:airline#extensions#tabline#enabled = 1 let g:airline_theme = 'dark' let g:tmuxline_powerline_separators = 1 let g:airline_powerline_fonts = 1 +"----markdown folding------------ +let g:vim_markdown_folding_disabled = 1 +"---general-------------------- let mapleader = ";" set showcmd map a :bn