Updated alacritty, fish & vscode

This commit is contained in:
flof-ik 2022-03-01 15:26:51 +02:00
parent 574e426480
commit 2682329853
3 changed files with 14 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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",