vim issues

This commit is contained in:
Paul Trowbridge 2020-04-30 21:53:00 -04:00
parent 1477e288e2
commit e476fca157
3 changed files with 15 additions and 0 deletions

4
sc.md Normal file
View File

@ -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

10
tmux.md
View File

@ -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

1
vim.md
View File

@ -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