mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
Updated the Bash prompt. Moved the time-taken to 2nd row 2nd column
This commit is contained in:
@@ -22,11 +22,11 @@
|
||||
"command": "editor.emmet.action.wrapWithAbbreviation"
|
||||
},
|
||||
{
|
||||
"key": "alt+a",
|
||||
"key": "alt+q",
|
||||
"command": "workbench.action.terminal.focus"
|
||||
},
|
||||
{
|
||||
"key": "alt+a",
|
||||
"key": "alt+q",
|
||||
"command": "workbench.action.focusActiveEditorGroup",
|
||||
"when": "terminalFocus"
|
||||
},
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"window.menuBarVisibility": "toggle",
|
||||
"editor.multiCursorModifier": "ctrlCmd",
|
||||
"diffEditor.renderSideBySide": false,
|
||||
"diffEditor.ignoreTrimWhitespace": true,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
"workbench.colorCustomizations": {
|
||||
"tab.activeBackground": "#07f7af3f",
|
||||
@@ -61,7 +61,9 @@
|
||||
"cSpell.fixSpellingWithRenameProvider": true,
|
||||
"cSpell.userWords": [
|
||||
"Aadhaar",
|
||||
"BBSR",
|
||||
"GOPATH",
|
||||
"Jython",
|
||||
"Kumar",
|
||||
"Pratik",
|
||||
"Printf",
|
||||
@@ -73,8 +75,10 @@
|
||||
"VVIMP",
|
||||
"VVVIMP",
|
||||
"atleast",
|
||||
"elif",
|
||||
"mkdir",
|
||||
"pratiktri",
|
||||
"pylint",
|
||||
"subfolder",
|
||||
"ulta"
|
||||
],
|
||||
@@ -101,7 +105,9 @@
|
||||
"git.enableSmartCommit": true,
|
||||
"git.autofetch": true,
|
||||
"git.confirmSync": false,
|
||||
"gitlens.hovers.currentLine.over": "line",
|
||||
"gitlens.hovers.currentLine.over": "annotation",
|
||||
"gitlens.advanced.telemetry.enabled": false,
|
||||
"gitlens.blame.avatars": false,
|
||||
//
|
||||
// Golang
|
||||
"go.useLanguageServer": true,
|
||||
@@ -130,5 +136,8 @@
|
||||
"*": "Visual Studio Dark",
|
||||
"markdown": "Material Theme Darker High Contrast"
|
||||
},
|
||||
"editor.suggestSelection": "first",
|
||||
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
|
||||
"markdown.extension.toc.orderedList": true,
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user