From a77563ee1044ffa03f7c49e457a5f7c9f943188f Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Sat, 4 Sep 2021 12:04:14 +0200 Subject: Add some things --- Cheatsheet.md | 15 ++++++++++++++- Common/vimrc | 4 ++++ mac/tmux.conf | 1 - 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Cheatsheet.md b/Cheatsheet.md index 7412f94..e91d69c 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -1,5 +1,18 @@ # Cheatsheet -Cheatsheets for different terminal things. +Cheatsheets for different things in this repo. + +## ZSH + +These are things that are in my zshrc file and such. + +#### Aliases + +- `lsp` `ps -ax | grep ` +- `lsa` `ls -la` +- `lsg` `ls | grep` +- `lsag` `ls -la | grep ` + +On linux `pbcopy` and `pbpase` behaves the same as they do on MacOS (given that `xsel` is installed). ## Vim diff --git a/Common/vimrc b/Common/vimrc index f35bafe..2fae362 100644 --- a/Common/vimrc +++ b/Common/vimrc @@ -128,6 +128,9 @@ set foldcolumn=1 " Show leader commands set showcmd +" Show color column +set colorcolumn=80 + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Colors and Fonts """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" @@ -417,6 +420,7 @@ Plug 'terryma/vim-multiple-cursors' Plug 'preservim/nerdcommenter' Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'dense-analysis/ale' +Plug 'evanleck/vim-svelte', {'branch': 'main'} "Plug 'neoclide/coc-tsserver', {'do': 'yarn install --frozen-lockfile'} "Plug 'clangd/coc-clangd', {'do': 'yarn install --frozen-lockfile'} diff --git a/mac/tmux.conf b/mac/tmux.conf index 15ac4b7..9e2f86c 100644 --- a/mac/tmux.conf +++ b/mac/tmux.conf @@ -63,4 +63,3 @@ set -g mouse on - -- cgit v1.2.3