From 2086dc0ca5422711d6906304f43d5ce45e31e2bb Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Tue, 13 Oct 2020 17:04:45 -0400 Subject: vim 80 col color + youtube-viewer update sxhkd --- .config/nvim/init.vim | 3 +++ .config/sxhkd/sxhkdrc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 005e756..d0c8521 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -205,6 +205,9 @@ autocmd BufWritePost ~/Compilation/dwmblocks/config.h !cd ~/Compilation/dwmblock set tabstop=2 " when indenting with '>', use 4 spaces width set shiftwidth=2 +" 80 col warning +highlight ColorColumn ctermbg=magenta +call matchadd('ColorColumn', '\%81v', 100) " #---Custom Keymaps---# " " Tab Buffer Navigation diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 9fb1e8c..b11502e 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -156,7 +156,7 @@ super + shift + a dropdowntoggle shell tmux-shell ## TUI Youtube (youtube-viewer) super + v - killall youtube-viewer || $TERMINAL -t youtube -e youtube-viewer + killall youtube-viewer || $TERMINAL -c youtube -t YouTube -e youtube-viewer ## TUI Hacker News super + shift + v killall hacker-news || dropdowntoggle hacker-news tmux-hn -- cgit v1.2.3