From e476fca15724f766ef4f0c2885ad3e251dd615f9 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Thu, 30 Apr 2020 21:53:00 -0400 Subject: [PATCH] vim issues --- sc.md | 4 ++++ tmux.md | 10 ++++++++++ vim.md | 1 + 3 files changed, 15 insertions(+) create mode 100644 sc.md diff --git a/sc.md b/sc.md new file mode 100644 index 0000000..3e684ce --- /dev/null +++ b/sc.md @@ -0,0 +1,4 @@ +to open a csv file in sc +`cat file.csv | psc -k -d, | sc` + +sc-im supposedly does a better job with csv, but have not been able to get it to compile \ No newline at end of file diff --git a/tmux.md b/tmux.md index a2cd810..f993115 100644 --- a/tmux.md +++ b/tmux.md @@ -21,5 +21,15 @@ tmux ls = list sesions tmux attach -t 0 = attach to session 0 +colors +---------------------------------- +setup a `.tmux.conf` file with this line `set -g default-terminal 'screen-256color'` +point tmux to it with `tmux source-file ~/.tmux.conf` +fonts +---------------------------------- +powerline fonts +https://github.com/vim-airline/vim-airline +https://github.com/powerline/fonts +sudo apt-get install fonts-powerline \ No newline at end of file diff --git a/vim.md b/vim.md index 4faa133..6c89e52 100644 --- a/vim.md +++ b/vim.md @@ -77,3 +77,4 @@ filetype plugin indent on " required " Put your non-Plugin stuff after this line ``` +after a large apt update, something got messed up with characters and colors, simply doing `syntax on` fixed the problem \ No newline at end of file