Update some configs
This commit is contained in:
parent
122aeb8ed7
commit
22049e71d9
2 changed files with 6 additions and 1 deletions
|
@ -13,5 +13,10 @@ size = 13.0
|
|||
[font.normal]
|
||||
family = "JetBrainsMono Nerd Font"
|
||||
|
||||
[mouse]
|
||||
bindings = [
|
||||
{ mouse = "Right", action = "PasteSelection" },
|
||||
]
|
||||
|
||||
[window]
|
||||
opacity = 0.9
|
||||
|
|
|
@ -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"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue