diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-09-04 12:04:14 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-09-04 12:04:14 +0200 |
commit | a77563ee1044ffa03f7c49e457a5f7c9f943188f (patch) | |
tree | 3d2c8174f6466eaebc08c12ebf3e323c05076aa8 | |
parent | f8c26c933396271813b669bd74e5eff5e67426ab (diff) | |
download | dotfiles-a77563ee1044ffa03f7c49e457a5f7c9f943188f.tar.gz dotfiles-a77563ee1044ffa03f7c49e457a5f7c9f943188f.zip |
Add some things
-rw-r--r-- | Cheatsheet.md | 15 | ||||
-rw-r--r-- | Common/vimrc | 4 | ||||
-rw-r--r-- | 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 - |