diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-04 08:06:57 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-04 08:06:57 +0200 |
| commit | e61a4391eb1978c35428b4741ee9822e7016af5e (patch) | |
| tree | 7644c5e1b81b37bfb47a2322b9207aa4db6d1680 | |
| parent | 0da19c7f5162be4a5aa317aef1e2785afbe1ccb8 (diff) | |
| download | dotfiles-e61a4391eb1978c35428b4741ee9822e7016af5e.tar.gz | |
Added tig to desired apps on machine and added grep plugin
| -rwxr-xr-x | shenanigans.sh | 3 | ||||
| -rw-r--r-- | vimrc | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/shenanigans.sh b/shenanigans.sh index f402c51..12957c3 100755 --- a/shenanigans.sh +++ b/shenanigans.sh | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Software list. | 1 | # Software list. |
| 2 | # cifs-utils tree hstr s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf htop nvtop newsboat tmux ctags | 2 | # cifs-utils treei tig hstr s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf htop nvtop newsboat tmux ctags |
| 3 | 3 | ||
| 4 | # Magical environment variables. | 4 | # Magical environment variables. |
| 5 | 5 | ||
| @@ -32,7 +32,6 @@ alias ..='cd ..' | |||
| 32 | alias h='history' | 32 | alias h='history' |
| 33 | alias grep='grep --color=always' | 33 | alias grep='grep --color=always' |
| 34 | alias less='less -R' | 34 | alias less='less -R' |
| 35 | alias gg='lazygit' | ||
| 36 | alias tmux='tmux -u' | 35 | alias tmux='tmux -u' |
| 37 | alias server='python3 -m http.server 6969' | 36 | alias server='python3 -m http.server 6969' |
| 38 | 37 | ||
| @@ -5,6 +5,7 @@ call plug#begin() | |||
| 5 | Plug 'airblade/vim-gitgutter' | 5 | Plug 'airblade/vim-gitgutter' |
| 6 | Plug 'jiangmiao/auto-pairs' | 6 | Plug 'jiangmiao/auto-pairs' |
| 7 | Plug 'ctrlpvim/ctrlp.vim' | 7 | Plug 'ctrlpvim/ctrlp.vim' |
| 8 | Plug 'yegappan/grep' | ||
| 8 | Plug 'neoclide/coc.nvim', {'branch': 'release', 'do': 'npm install'} | 9 | Plug 'neoclide/coc.nvim', {'branch': 'release', 'do': 'npm install'} |
| 9 | call plug#end() | 10 | call plug#end() |
| 10 | 11 | ||
| @@ -21,6 +22,7 @@ nnoremap <C-Left> :bprevious<cr> | |||
| 21 | nnoremap <C-q> :copen<cr> | 22 | nnoremap <C-q> :copen<cr> |
| 22 | nnoremap <C-p> :CtrlP<cr> | 23 | nnoremap <C-p> :CtrlP<cr> |
| 23 | nnoremap <C-b> :CtrlPBuffer<cr> | 24 | nnoremap <C-b> :CtrlPBuffer<cr> |
| 25 | nnoremap <C-g> :Rg<cr> | ||
| 24 | 26 | ||
| 25 | nmap <silent> [g <Plug>(coc-diagnostic-prev) | 27 | nmap <silent> [g <Plug>(coc-diagnostic-prev) |
| 26 | nmap <silent> ]g <Plug>(coc-diagnostic-next) | 28 | nmap <silent> ]g <Plug>(coc-diagnostic-next) |
