aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-01-07 07:19:17 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-01-07 07:19:17 +0100
commit6271e5cd6ed127713c76ab24deb98af717e641a4 (patch)
treee050f80a7387055c5107d921c654d55bc8876372
parent4279a5aa27adf603260e5c2b767e6bc16399107f (diff)
downloaddotfiles-6271e5cd6ed127713c76ab24deb98af717e641a4.tar.gz
Update
-rwxr-xr-x.shenanigans.sh2
-rw-r--r--.vimrc20
2 files changed, 11 insertions, 11 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh
index ef41195..0236e0e 100755
--- a/.shenanigans.sh
+++ b/.shenanigans.sh
@@ -4,7 +4,7 @@
4# lm_sensors conky maim xlockmore picom cwm xclip xsetroot xdotool fd 4# lm_sensors conky maim xlockmore picom cwm xclip xsetroot xdotool fd
5# xss-lock wmctrl zip mc htop entr cifs-utils rsync jq rofi st lynx 5# xss-lock wmctrl zip mc htop entr cifs-utils rsync jq rofi st lynx
6# clang clang-tools-extra vim git curl tmux hstr tree make cmake gdb 6# clang clang-tools-extra vim git curl tmux hstr tree make cmake gdb
7# vifm nvtop ctags stow newsboat mpv rsync python3-pipx lazygit tcc 7# nvtop ctags stow newsboat mpv rsync python3-pipx lazygit tcc lf
8# Additonal stuff: 8# Additonal stuff:
9# go install golang.org/x/tools/gopls@latest 9# go install golang.org/x/tools/gopls@latest
10# pipx install pyright mdformat 10# pipx install pyright mdformat
diff --git a/.vimrc b/.vimrc
index a4beb55..ed76ebe 100644
--- a/.vimrc
+++ b/.vimrc
@@ -15,19 +15,19 @@ set backspace=indent,eol,start completeopt=menuone
15set path+=** wildignore+=tags,*.o,*.a,*.so 15set path+=** wildignore+=tags,*.o,*.a,*.so
16colorscheme wildcharm 16colorscheme wildcharm
17 17
18nnoremap <C-Right> :bnext<cr> 18nnoremap <C-Right> :bnext<CR>
19nnoremap <C-Left> :bprevious<cr> 19nnoremap <C-Left> :bprevious<CR>
20nnoremap <C-q> :copen<cr> 20nnoremap <C-q> :copen<CR>
21nnoremap <C-b> :CtrlPBuffer<cr> 21nnoremap <C-b> :CtrlPBuffer<CR>
22nnoremap <Leader>q :nohlsearch<cr> 22nnoremap <Leader>q :nohlsearch<CR>
23nnoremap <Leader>c :silent call system('ctags --c++-kinds=+p -R .')<CR> 23nnoremap <Leader>c :silent call system('ctags --c++-kinds=+p -R .')<CR>
24nnoremap <leader>w :vimgrep /<C-r><C-w>/gj **/*<CR>:copen<CR> 24nnoremap <leader>w :vimgrep /<C-r><C-w>/gj **/*<CR>:copen<CR>
25nnoremap <C-k> :ALEHover<cr> 25nnoremap <C-k> :ALEHover<CR>
26nnoremap <C-j> :ALEDetail<cr> 26nnoremap <C-j> :ALEDetail<CR>
27 27
28nmap <silent> gr :ALEFindReferences<cr> 28nmap <silent> gr :ALEFindReferences<CR>
29nmap <silent> gd :ALEGoToDefinition<cr> 29nmap <silent> gd :ALEGoToDefinition<CR>
30nmap <silent> re :ALERename<cr> 30nmap <silent> re :ALERename<CR>
31 31
32let g:ctrlp_use_caching = 0 32let g:ctrlp_use_caching = 0
33let g:ctrlp_working_path_mode = '' 33let g:ctrlp_working_path_mode = ''