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:
|
||||
title: Alacritty
|
||||
dynamic_padding: false
|
||||
opacity: 1
|
||||
padding:
|
||||
x: 0
|
||||
y: 2
|
||||
|
|
@ -19,7 +20,6 @@ scrolling:
|
|||
tabspaces: 4
|
||||
live_config_reload: true
|
||||
alt_send_esc: true
|
||||
background_opacity: 1
|
||||
dynamic_title: false
|
||||
draw_bold_text_with_bright_colors: true
|
||||
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ end
|
|||
alias cls clear
|
||||
alias cp "cp -r"
|
||||
alias mkdir "mkdir -p"
|
||||
alias d docker
|
||||
|
||||
## Editor
|
||||
alias vim nvim
|
||||
|
|
|
|||
|
|
@ -44,6 +44,17 @@
|
|||
"extensions.ignoreRecommendations": true,
|
||||
"gitlens.codeLens.enabled": true,
|
||||
"tabnine.experimentalAutoImports": true,
|
||||
"vim.insertModeKeyBindings": [
|
||||
{
|
||||
"before": [
|
||||
"j",
|
||||
"k"
|
||||
],
|
||||
"after": [
|
||||
"<Esc>"
|
||||
]
|
||||
}
|
||||
],
|
||||
// Languages
|
||||
"go.lintOnSave": "package",
|
||||
// "go.lintTool": "golangci-lint",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue