From f50b9ad84a5a8d569f9191b8d10d336c8c4b8b9b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 13 Mar 2025 16:39:48 +0100 Subject: Update --- .shenanigans.sh | 3 +-- .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 @@ # Software list: # git gcc make cmake busybox cifs-utils tree hstr curl # s3cmd xmlstarlet htop nvtop tmux xclip mc jq pipx -# stow rsync entr vim xxd sbcl rlwrap newsboat +# stow rsync entr vim xxd sbcl rlwrap newsboat tig # clang clang-tidy clang-tools-extra clangd clang-analyzer # Additonal stuff: # pipx install pyright @@ -40,7 +40,6 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then alias tmux='tmux -u' alias server='python3 -m http.server 6969' alias newsboat='newsboat -r -u ~/.feeds.txt' - alias gg='lazygit' # Custom folder jump commands. alias p='cd ~/Vault/projects' diff --git a/.vimrc b/.vimrc index 177b20b..d38d2b2 100644 --- a/.vimrc +++ b/.vimrc @@ -15,9 +15,10 @@ nnoremap :bnext nnoremap :bprevious nnoremap :copen nnoremap :CtrlPBuffer -nnoremap :ALEHover -nnoremap :ALEDetail -nnoremap r :let @/ = '' +nnoremap :Explore +nnoremap q :ALEHover +nnoremap w :ALEDetail +nnoremap e :nohlsearch nmap gr :ALEFindReferences nmap gd :ALEGoToDefinition -- cgit v1.2.3