Compare commits
No commits in common. "92c2c15d9f04f5d3006520a27fd57de78ce6dc85" and "8518a61bdbb44f88f0f0bd916413b6b945144f83" have entirely different histories.
92c2c15d9f
...
8518a61bdb
@ -53,7 +53,7 @@ au BufEnter *.c,*.cpp,*.h,*.hpp packadd termdebug
|
|||||||
tnoremap <silent> <esc> <c-\><c-n><c-\><c-n>
|
tnoremap <silent> <esc> <c-\><c-n><c-\><c-n>
|
||||||
|
|
||||||
nnoremap <silent> <f3> :execute "Termdebug" $HOME .. "/.cache/termdebug.out"<cr>
|
nnoremap <silent> <f3> :execute "Termdebug" $HOME .. "/.cache/termdebug.out"<cr>
|
||||||
nnoremap <silent> <f4> :!g++ -Wall -Wextra -Wpedantic -g %:p -o ~/.cache/termdebug.out<cr>
|
nnoremap <silent> <f4> :!g++ -g %:p -o ~/.cache/termdebug.out<cr>
|
||||||
nnoremap <silent> <f5> :Run<cr>
|
nnoremap <silent> <f5> :Run<cr>
|
||||||
nnoremap <silent> <f6> :Stop<cr>
|
nnoremap <silent> <f6> :Stop<cr>
|
||||||
nnoremap <silent> <f8> :Clear<cr>
|
nnoremap <silent> <f8> :Clear<cr>
|
||||||
@ -72,11 +72,6 @@ vnoremap <silent> K :'<,'>Evaluate<cr>
|
|||||||
|
|
||||||
" Plugins
|
" Plugins
|
||||||
|
|
||||||
" Run PlugInstall if there are missing plugins
|
|
||||||
autocmd VimEnter * if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
|
|
||||||
\| PlugInstall --sync | source $MYVIMRC
|
|
||||||
\| endif
|
|
||||||
|
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
gpg --batch --yes --delete-secret-keys A3A5FA72F8E5E54FBEE425057225FE3592EFFA38
|
|
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,6 @@ wallpaper
|
|||||||
xss-lock -- slock &
|
xss-lock -- slock &
|
||||||
dunst &
|
dunst &
|
||||||
xrdb .Xresources
|
xrdb .Xresources
|
||||||
gentoo-pipewire-launcher &
|
|
||||||
|
|
||||||
# DBus
|
# DBus
|
||||||
export NO_AT_BRIDGE=1
|
export NO_AT_BRIDGE=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user