Compare commits
No commits in common. "38f5d7bcdefa4c5f224f5800902832ae5c0f31ce" and "b33d4bea7f3f23a845d961a1652640e37371a2e1" have entirely different histories.
38f5d7bcde
...
b33d4bea7f
4
programs
4
programs
@ -42,7 +42,6 @@ pipewire-pulse
|
|||||||
#
|
#
|
||||||
# utility
|
# utility
|
||||||
#
|
#
|
||||||
obs-studio
|
|
||||||
dosfstools
|
dosfstools
|
||||||
which
|
which
|
||||||
dnsutils
|
dnsutils
|
||||||
@ -112,9 +111,6 @@ gdb
|
|||||||
ipython
|
ipython
|
||||||
python-sympy
|
python-sympy
|
||||||
|
|
||||||
# inkscape shortcut manager
|
|
||||||
python-xlib
|
|
||||||
|
|
||||||
chromium
|
chromium
|
||||||
cargo
|
cargo
|
||||||
npm
|
npm
|
||||||
|
@ -30,8 +30,12 @@ let mapleader = ","
|
|||||||
" vnoremap s "-s
|
" vnoremap s "-s
|
||||||
|
|
||||||
" easier binds to use system clipboard with
|
" easier binds to use system clipboard with
|
||||||
nmap <leader>y "+y
|
nnoremap <leader>cy "+yy
|
||||||
vmap <leader>y "+y
|
vnoremap <leader>cy "+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/problems.typ": template, source_code, status
|
#import "../templates/sfd.typ": template
|
||||||
#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/sfd.typ": template
|
#import "../../templates/problems.typ": template, source_code, status
|
||||||
#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