mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Updated alacritty, fish & vscode
This commit is contained in:
parent
574e426480
commit
2682329853
3 changed files with 14 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ env:
|
||||||
window:
|
window:
|
||||||
title: Alacritty
|
title: Alacritty
|
||||||
dynamic_padding: false
|
dynamic_padding: false
|
||||||
|
opacity: 1
|
||||||
padding:
|
padding:
|
||||||
x: 0
|
x: 0
|
||||||
y: 2
|
y: 2
|
||||||
|
|
@ -19,7 +20,6 @@ scrolling:
|
||||||
tabspaces: 4
|
tabspaces: 4
|
||||||
live_config_reload: true
|
live_config_reload: true
|
||||||
alt_send_esc: true
|
alt_send_esc: true
|
||||||
background_opacity: 1
|
|
||||||
dynamic_title: false
|
dynamic_title: false
|
||||||
draw_bold_text_with_bright_colors: true
|
draw_bold_text_with_bright_colors: true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@ end
|
||||||
alias cls clear
|
alias cls clear
|
||||||
alias cp "cp -r"
|
alias cp "cp -r"
|
||||||
alias mkdir "mkdir -p"
|
alias mkdir "mkdir -p"
|
||||||
|
alias d docker
|
||||||
|
|
||||||
## Editor
|
## Editor
|
||||||
alias vim nvim
|
alias vim nvim
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,17 @@
|
||||||
"extensions.ignoreRecommendations": true,
|
"extensions.ignoreRecommendations": true,
|
||||||
"gitlens.codeLens.enabled": true,
|
"gitlens.codeLens.enabled": true,
|
||||||
"tabnine.experimentalAutoImports": true,
|
"tabnine.experimentalAutoImports": true,
|
||||||
|
"vim.insertModeKeyBindings": [
|
||||||
|
{
|
||||||
|
"before": [
|
||||||
|
"j",
|
||||||
|
"k"
|
||||||
|
],
|
||||||
|
"after": [
|
||||||
|
"<Esc>"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
// Languages
|
// Languages
|
||||||
"go.lintOnSave": "package",
|
"go.lintOnSave": "package",
|
||||||
// "go.lintTool": "golangci-lint",
|
// "go.lintTool": "golangci-lint",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue