update to settings
This commit is contained in:
parent
74b7569bcc
commit
629d33deff
3 changed files with 8 additions and 5 deletions
|
@ -8,8 +8,8 @@ dynamic_padding = false
|
|||
padding.x = 20
|
||||
padding.y = 20
|
||||
|
||||
#decorations = "buttonless"
|
||||
decorations = "none"
|
||||
decorations = "buttonless"
|
||||
#decorations = "full"
|
||||
decorations_theme_variant = "Light" # "Dark"
|
||||
|
||||
[font]
|
||||
|
|
|
@ -14,13 +14,14 @@
|
|||
},
|
||||
"version": "2"
|
||||
},
|
||||
"vim_mode": false,
|
||||
"ui_font_size": 14,
|
||||
"relative_line_numbers": true,
|
||||
"vim_mode": true,
|
||||
"ui_font_size": 15,
|
||||
"buffer_font_size": 14,
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "One Light",
|
||||
"dark": "Ayu Mirage"
|
||||
"dark": "Exquisite Blue (Monokai) - II"
|
||||
},
|
||||
"file_scan_exclusions": [
|
||||
".idea/",
|
||||
|
|
2
.zshrc
2
.zshrc
|
@ -52,6 +52,8 @@ alias pycharm="XCURSOR_SIZE=16 pycharm $1"
|
|||
alias loop='function _loop() { while true; do "$@"; sleep 5; done; }; _loop'
|
||||
alias gitall='function _gitall() { git commit -am "$1"; git push -u origin main; }; _gitall'
|
||||
alias zed-update='function _zed_update() { loc=$(pwd); cd ~/zed; git pull origin main; ./script/install-linux; cd $loc; }; _zed_update'
|
||||
alias diffcopy='function _copydiff() { git diff --cached | clipcopy; }; _copydiff'
|
||||
alias venv='. ./.venv/bin/activate'
|
||||
|
||||
###################
|
||||
# Start Scripts #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue