|
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/.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 |