vim issues
This commit is contained in:
parent
1477e288e2
commit
e476fca157
4
sc.md
Normal file
4
sc.md
Normal 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
10
tmux.md
@ -21,5 +21,15 @@ tmux ls = list sesions
|
|||||||
tmux attach -t 0 = attach to session 0
|
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
|
Loading…
Reference in New Issue
Block a user