Compare commits

..

No commits in common. "38f5d7bcdefa4c5f224f5800902832ae5c0f31ce" and "b33d4bea7f3f23a845d961a1652640e37371a2e1" have entirely different histories.

3 changed files with 8 additions and 8 deletions

View File

@ -42,7 +42,6 @@ pipewire-pulse
#
# utility
#
obs-studio
dosfstools
which
dnsutils
@ -112,9 +111,6 @@ gdb
ipython
python-sympy
# inkscape shortcut manager
python-xlib
chromium
cargo
npm

View File

@ -30,8 +30,12 @@ let mapleader = ","
" vnoremap s "-s
" easier binds to use system clipboard with
nmap <leader>y "+y
vmap <leader>y "+y
nnoremap <leader>cy "+yy
vnoremap <leader>cy "+y
vnoremap <leader>cd "+d
nnoremap <leader>cd "+dd
nnoremap <leader>cp "+p
nnoremap <leader>cP "+P
set shell=/bin/sh

View File

@ -1,5 +1,5 @@
snippet problem "template for problem notes" bi
#import "../templates/problems.typ": template, source_code, status
#import "../templates/sfd.typ": template
#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/sfd.typ": template
#import "../../templates/problems.typ": template, source_code, status
#show: template.with(
lecture_url: "$1",
title: "$2",