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