From 11fee552521e6b3192efb8e52c937660ed1a0a6d Mon Sep 17 00:00:00 2001 From: KeeganForelight Date: Thu, 19 Jan 2023 14:47:47 -0500 Subject: [PATCH] minor changes --- tmux.conf | 2 +- vimrc | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index cdc02a3..6560028 100644 --- a/tmux.conf +++ b/tmux.conf @@ -27,7 +27,7 @@ set -g clock-mode-colour white # status config set -g status-interval 10 set -g status-style "bg=black, fg=brightWhite" -set -g status-right "#(~/bin/docker_check.sh)| #(~/bin/ssh_agent_check.sh) | #(tmux-mem-cpu-load -p -i 1 -a 1) | #(~/bin/up.sh) | %A, %b %d %l:%M %P " +set -g status-right "#(~/bin/docker_check.sh)| #(~/bin/ssh_agent_check.sh) | #(~/bin/tmux-mem-cpu-load -p -i 1 -a 1) | #(~/bin/up.sh) | %A, %b %d %l:%M %P " set -g status-right-length 100 set -g status-left " #(~/bin/weather -p) | #(~/bin/bb -pc) | #(~/bin/water -Scr) |" set -g status-left-length 100 diff --git a/vimrc b/vimrc index c30b3e6..79c03f7 100644 --- a/vimrc +++ b/vimrc @@ -11,6 +11,7 @@ set backspace=indent,eol,start " basics set number let mapleader=' ' +set nocompatible " setting color theme stuff set background=dark @@ -25,6 +26,12 @@ let g:go_highlight_function_calls=1 let g:go_highlight_operators=1 let g:go_highlight_extra_types=1 +" use md for vim wiki and disable global linking +let g:vimwiki_list = [{'path': '~/vimwiki/', + \ 'syntax': 'markdown', 'ext': '.md'}] +let g:vimwiki_global_ext = 0 + + " airline settings let g:airline_powerline_fonts = 1 if !exists('g:airline_symbols')