diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-13 16:39:48 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-13 16:39:48 +0100 |
| commit | f50b9ad84a5a8d569f9191b8d10d336c8c4b8b9b (patch) | |
| tree | 67823156adf01dde89b70f48a5e8a639d5ea9d62 | |
| parent | 733afab7c3e1fdce1d31fd0e63b5ab93d699f92c (diff) | |
| download | dotfiles-f50b9ad84a5a8d569f9191b8d10d336c8c4b8b9b.tar.gz | |
Update
| -rwxr-xr-x | .shenanigans.sh | 3 | ||||
| -rw-r--r-- | .vimrc | 7 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh index b69ceae..6b37525 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Software list: | 1 | # Software list: |
| 2 | # git gcc make cmake busybox cifs-utils tree hstr curl | 2 | # git gcc make cmake busybox cifs-utils tree hstr curl |
| 3 | # s3cmd xmlstarlet htop nvtop tmux xclip mc jq pipx | 3 | # s3cmd xmlstarlet htop nvtop tmux xclip mc jq pipx |
| 4 | # stow rsync entr vim xxd sbcl rlwrap newsboat | 4 | # stow rsync entr vim xxd sbcl rlwrap newsboat tig |
| 5 | # clang clang-tidy clang-tools-extra clangd clang-analyzer | 5 | # clang clang-tidy clang-tools-extra clangd clang-analyzer |
| 6 | # Additonal stuff: | 6 | # Additonal stuff: |
| 7 | # pipx install pyright | 7 | # pipx install pyright |
| @@ -40,7 +40,6 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then | |||
| 40 | alias tmux='tmux -u' | 40 | alias tmux='tmux -u' |
| 41 | alias server='python3 -m http.server 6969' | 41 | alias server='python3 -m http.server 6969' |
| 42 | alias newsboat='newsboat -r -u ~/.feeds.txt' | 42 | alias newsboat='newsboat -r -u ~/.feeds.txt' |
| 43 | alias gg='lazygit' | ||
| 44 | 43 | ||
| 45 | # Custom folder jump commands. | 44 | # Custom folder jump commands. |
| 46 | alias p='cd ~/Vault/projects' | 45 | alias p='cd ~/Vault/projects' |
| @@ -15,9 +15,10 @@ nnoremap <C-Right> :bnext<cr> | |||
| 15 | nnoremap <C-Left> :bprevious<cr> | 15 | nnoremap <C-Left> :bprevious<cr> |
| 16 | nnoremap <C-q> :copen<cr> | 16 | nnoremap <C-q> :copen<cr> |
| 17 | nnoremap <C-b> :CtrlPBuffer<cr> | 17 | nnoremap <C-b> :CtrlPBuffer<cr> |
| 18 | nnoremap <C-k> :ALEHover<cr> | 18 | nnoremap <C-n> :Explore<cr> |
| 19 | nnoremap <C-j> :ALEDetail<cr> | 19 | nnoremap <Leader>q :ALEHover<cr> |
| 20 | nnoremap <Leader>r :let @/ = ''<CR> | 20 | nnoremap <Leader>w :ALEDetail<cr> |
| 21 | nnoremap <Leader>e :nohlsearch<CR> | ||
| 21 | 22 | ||
| 22 | nmap <silent> gr :ALEFindReferences<cr> | 23 | nmap <silent> gr :ALEFindReferences<cr> |
| 23 | nmap <silent> gd :ALEGoToDefinition<cr> | 24 | nmap <silent> gd :ALEGoToDefinition<cr> |
