Update some configs

This commit is contained in:
Tobias Reisinger 2025-10-01 00:05:43 +02:00
parent 122aeb8ed7
commit 22049e71d9
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 6 additions and 1 deletions

View file

@ -13,5 +13,10 @@ size = 13.0
[font.normal]
family = "JetBrainsMono Nerd Font"
[mouse]
bindings = [
{ mouse = "Right", action = "PasteSelection" },
]
[window]
opacity = 0.9

View file

@ -68,7 +68,7 @@ alias tokei='tokei --hidden'
alias vim-rg="vim-grep"
alias watch='watch -c'
alias watch='watch -c '
alias wget='wget -c'
alias xdebug='XDEBUG_CONFIG="remote_host=127.0.0.1 remote_port=9003"'