Update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2026-01-10 20:32:29 +0100
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2026-01-10 20:32:29 +0100
Commit 971e4465e1cac497ffd7c3f0b36ff92bb447d03f (patch)
-rw-r--r-- .cwmrc 2
-rw-r--r-- .gdbinit 8
-rw-r--r-- .vimrc 13
3 files changed, 8 insertions, 15 deletions
diff --git a/.cwmrc b/.cwmrc
...
14
bind-key 4-r simplescreenrecorder
14
bind-key 4-r simplescreenrecorder
15
bind-key 4-p "rofi -show drun -theme ~/.black.rasi"
15
bind-key 4-p "rofi -show drun -theme ~/.black.rasi"
16
bind-key 4-s "xmagnify -s 1000 -z 3"
16
bind-key 4-s "xmagnify -s 1000 -z 3"
17
bind-key 4-b "wmctrl -r :ACTIVE: -e 0,3408,1040,416,236"
17
bind-key 4-b "wmctrl -r :ACTIVE: -e 0,3408,1050,416,236"
18
bind-key 4-bracketright "pats -t"
18
bind-key 4-bracketright "pats -t"
19
bind-key C-grave "pactl set-source-mute @DEFAULT_SOURCE@ toggle"
19
bind-key C-grave "pactl set-source-mute @DEFAULT_SOURCE@ toggle"
20
bind-key XF86AudioLowerVolume "pactl set-sink-volume @DEFAULT_SINK@ -5%"
20
bind-key XF86AudioLowerVolume "pactl set-sink-volume @DEFAULT_SINK@ -5%"
...
diff --git a/.gdbinit b/.gdbinit
...
4
set print symbol-filename on
4
set print symbol-filename on
5
set history save on
5
set history save on
6
set history filename ~/.gdb_history
6
set history filename ~/.gdb_history
7
  
  
8
layout src
  
9
  
  
10
define hook-stop
  
11
  printf "\n\n\n"
  
12
  info locals
  
13
  refresh
  
14
end
  
diff --git a/.vimrc b/.vimrc
...
17
  
17
  
18
nnoremap <C-Right> :bnext<CR>
18
nnoremap <C-Right> :bnext<CR>
19
nnoremap <C-Left> :bprevious<CR>
19
nnoremap <C-Left> :bprevious<CR>
20
nnoremap <C-q> :copen<CR>
20
nnoremap <C-q> :CtrlPQuickfix<CR>
21
nnoremap <C-b> :CtrlPBuffer<CR>
21
nnoremap <C-b> :CtrlPBuffer<CR>
22
nnoremap <Leader>q :nohlsearch<CR>
  
23
nnoremap <Leader>c :silent call system('ctags --c++-kinds=+p -R .')<CR>
  
24
nnoremap <leader>w :vimgrep /<C-r><C-w>/gj **/*<CR>:copen<CR>
  
25
nnoremap <C-k> :ALEHover<CR>
22
nnoremap <C-k> :ALEHover<CR>
26
nnoremap <C-j> :ALEDetail<CR>
23
nnoremap <C-j> :ALEDetail<CR>
  
24
nnoremap <Leader>d :bd<CR>
  
25
nnoremap <Leader>q :nohlsearch<CR>
  
26
nnoremap <Leader>e :ALEPopulateQuickfix<CR>:sleep 100m<CR>:CtrlPQuickfix<CR>
  
27
nnoremap <leader>w :vimgrep /<C-r><C-w>/gj **/*<CR>:CtrlPQuickfix<CR>
27
  
28
  
28
nmap <silent> gr :ALEFindReferences<CR>
29
nmap <silent> gr :ALEFindReferences -quickfix<CR>:sleep 100m<CR>:CtrlPQuickfix<CR>
29
nmap <silent> gd :ALEGoToDefinition<CR>
30
nmap <silent> gd :ALEGoToDefinition<CR>
30
nmap <silent> re :ALERename<CR>
31
nmap <silent> re :ALERename<CR>
31
  
32
  
...
36
let g:ale_detail_to_floating_preview = 1
37
let g:ale_detail_to_floating_preview = 1
37
let g:ale_floating_window_border = 0
38
let g:ale_floating_window_border = 0
38
let g:ale_virtualtext_cursor = 0
39
let g:ale_virtualtext_cursor = 0
39
let g:ale_set_quickfix = 1
40
let g:ale_set_quickf = 1