Compare commits
3 Commits
b33d4bea7f
...
38f5d7bcde
Author | SHA1 | Date | |
---|---|---|---|
38f5d7bcde | |||
0e57f739f2 | |||
87c4c3352f |
4
programs
4
programs
@ -42,6 +42,7 @@ pipewire-pulse
|
|||||||
#
|
#
|
||||||
# utility
|
# utility
|
||||||
#
|
#
|
||||||
|
obs-studio
|
||||||
dosfstools
|
dosfstools
|
||||||
which
|
which
|
||||||
dnsutils
|
dnsutils
|
||||||
@ -111,6 +112,9 @@ gdb
|
|||||||
ipython
|
ipython
|
||||||
python-sympy
|
python-sympy
|
||||||
|
|
||||||
|
# inkscape shortcut manager
|
||||||
|
python-xlib
|
||||||
|
|
||||||
chromium
|
chromium
|
||||||
cargo
|
cargo
|
||||||
npm
|
npm
|
||||||
|
@ -30,12 +30,8 @@ let mapleader = ","
|
|||||||
" vnoremap s "-s
|
" vnoremap s "-s
|
||||||
|
|
||||||
" easier binds to use system clipboard with
|
" easier binds to use system clipboard with
|
||||||
nnoremap <leader>cy "+yy
|
nmap <leader>y "+y
|
||||||
vnoremap <leader>cy "+y
|
vmap <leader>y "+y
|
||||||
vnoremap <leader>cd "+d
|
|
||||||
nnoremap <leader>cd "+dd
|
|
||||||
nnoremap <leader>cp "+p
|
|
||||||
nnoremap <leader>cP "+P
|
|
||||||
|
|
||||||
set shell=/bin/sh
|
set shell=/bin/sh
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
snippet problem "template for problem notes" bi
|
snippet problem "template for problem notes" bi
|
||||||
#import "../templates/sfd.typ": template
|
#import "../templates/problems.typ": template, source_code, status
|
||||||
#show: template.with(
|
#show: template.with(
|
||||||
problem_url: "$1",
|
problem_url: "$1",
|
||||||
title: "$2",
|
title: "$2",
|
||||||
@ -9,7 +9,7 @@ snippet problem "template for problem notes" bi
|
|||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet sfd "template for lecture notes" bi
|
snippet sfd "template for lecture notes" bi
|
||||||
#import "../../templates/problems.typ": template, source_code, status
|
#import "../../../templates/sfd.typ": template
|
||||||
#show: template.with(
|
#show: template.with(
|
||||||
lecture_url: "$1",
|
lecture_url: "$1",
|
||||||
title: "$2",
|
title: "$2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user