removed configs for vscode & nano
removed `bookmarks.conf`
This commit is contained in:
1
code/.config/Code/User/.gitignore
vendored
1
code/.config/Code/User/.gitignore
vendored
@@ -1 +0,0 @@
|
|||||||
*/
|
|
||||||
@@ -1,80 +0,0 @@
|
|||||||
// Place your key bindings in this file to override the defaultsauto[]
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"key": "ctrl+u",
|
|
||||||
"command": "-cursorUndo",
|
|
||||||
"when": "textInputFocus"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "ctrl+u",
|
|
||||||
"command": "editor.action.transformToUppercase"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "ctrl+l",
|
|
||||||
"command": "editor.action.transformToLowercase"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "ctrl+d",
|
|
||||||
"command": "-editor.action.addSelectionToNextFindMatch",
|
|
||||||
"when": "editorFocus"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "ctrl+d",
|
|
||||||
"command": "editor.action.deleteLines",
|
|
||||||
"when": "textInputFocus && !editorReadonly"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "ctrl+shift+k",
|
|
||||||
"command": "-editor.action.deleteLines",
|
|
||||||
"when": "textInputFocus && !editorReadonly"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "ctrl+shift+d",
|
|
||||||
"command": "-workbench.view.debug",
|
|
||||||
"when": "viewContainer.workbench.view.debug.enabled"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "ctrl+shift+d",
|
|
||||||
"command": "deleteAllRight"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "ctrl+l",
|
|
||||||
"command": "-notebook.centerActiveCell",
|
|
||||||
"when": "notebookEditorFocused"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "ctrl+l",
|
|
||||||
"command": "-expandLineSelection",
|
|
||||||
"when": "textInputFocus"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "shift+alt+f5",
|
|
||||||
"command": "workbench.action.editor.previousChange",
|
|
||||||
"when": "editorTextFocus && !textCompareEditorActive"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "shift+alt+f5",
|
|
||||||
"command": "-workbench.action.editor.previousChange",
|
|
||||||
"when": "editorTextFocus && !textCompareEditorActive"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "alt+left",
|
|
||||||
"command": "workbench.action.navigateBack",
|
|
||||||
"when": "canNavigateBack"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "ctrl+alt+-",
|
|
||||||
"command": "-workbench.action.navigateBack",
|
|
||||||
"when": "canNavigateBack"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "alt+right",
|
|
||||||
"command": "workbench.action.navigateForward",
|
|
||||||
"when": "canNavigateForward"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "ctrl+shift+-",
|
|
||||||
"command": "-workbench.action.navigateForward",
|
|
||||||
"when": "canNavigateForward"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
@@ -1,56 +0,0 @@
|
|||||||
// path="~/.config/Code/User
|
|
||||||
{
|
|
||||||
"editor.fontFamily": "'VictorMono Nerd Font'",
|
|
||||||
"extensions.ignoreRecommendations": true,
|
|
||||||
"workbench.startupEditor": "none",
|
|
||||||
"git.openRepositoryInParentFolders": "never",
|
|
||||||
"security.workspace.trust.untrustedFiles": "open",
|
|
||||||
"diffEditor.codeLens": true,
|
|
||||||
"workbench.preferredHighContrastColorTheme": "Visual Studio Dark",
|
|
||||||
"vhdl.formatter.case.keyword": "LowerCase",
|
|
||||||
"vhdl.formatter.case.typename": "LowerCase",
|
|
||||||
"vhdl.formatter.align.all": true,
|
|
||||||
"vhdl.formatter.align.function": true,
|
|
||||||
"vhdl.formatter.align.generic": true,
|
|
||||||
"vhdl.formatter.align.port": true,
|
|
||||||
"vhdl.formatter.align.procedure": true,
|
|
||||||
"vhdl.formatter.align.mode": "Global",
|
|
||||||
"editor.minimap.renderCharacters": false,
|
|
||||||
"update.showReleaseNotes": false,
|
|
||||||
"editor.accessibilityPageSize": 100,
|
|
||||||
"editor.fontSize": 18,
|
|
||||||
"editor.stickyScroll.enabled": false,
|
|
||||||
"files.associations": {
|
|
||||||
"*.txt": "shellscript"
|
|
||||||
},
|
|
||||||
"cmake.showOptionsMovedNotification": false,
|
|
||||||
"cmake.pinnedCommands": [
|
|
||||||
"workbench.action.tasks.configureTaskRunner",
|
|
||||||
"workbench.action.tasks.runTask"
|
|
||||||
],
|
|
||||||
"editor.codeLensFontFamily": "'VictorMono Nerd Font'",
|
|
||||||
"editor.inlayHints.fontFamily": "'VictorMono Nerd Font'",
|
|
||||||
"terminal.integrated.fontFamily": "'Victor Mono SemiBold'",
|
|
||||||
"terminal.integrated.fontSize": 16,
|
|
||||||
"cortex-debug.liveWatchRefreshRate": 400,
|
|
||||||
"cortex-debug.stutilPath": "/usr/bin/st-util",
|
|
||||||
"cortex-debug.gdbPath": "/usr/bin/arm-none-eabi-gdb",
|
|
||||||
"cortex-debug.JLinkGDBServerPath": "/home/scbj/repos/jlink_linux/JLinkGDBServer",
|
|
||||||
"pdf-preview.default.sidebar": true,
|
|
||||||
"workbench.tree.indent": 20,
|
|
||||||
"cortex-debug.enableTelemetry": false,
|
|
||||||
"rust-analyzer.lens.debug.enable": false,
|
|
||||||
"rust-analyzer.lens.enable": false,
|
|
||||||
"rust-analyzer.lens.implementations.enable": false,
|
|
||||||
"rust-analyzer.lens.run.enable": false,
|
|
||||||
"rust-analyzer.diagnostics.enable": false,
|
|
||||||
"rust-analyzer.inlayHints.genericParameterHints.const.enable": false,
|
|
||||||
"rust-analyzer.inlayHints.parameterHints.enable": false,
|
|
||||||
"rust-analyzer.inlayHints.renderColons": false,
|
|
||||||
"rust-analyzer.inlayHints.bindingModeHints.enable": true,
|
|
||||||
"rust-analyzer.inlayHints.closingBraceHints.enable": false,
|
|
||||||
"rust-analyzer.inlayHints.genericParameterHints.type.enable": true,
|
|
||||||
"rust-analyzer.inlayHints.typeHints.hideClosureInitialization": true,
|
|
||||||
"rust-analyzer.inlayHints.typeHints.hideNamedConstructor": true,
|
|
||||||
"rust-analyzer.check.command": "clippy"
|
|
||||||
}
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
include /usr/share/nano/asm.nanorc
|
|
||||||
include /usr/share/nano/autoconf.nanorc
|
|
||||||
include /usr/share/nano/c.nanorc
|
|
||||||
include /usr/share/nano/changelog.nanorc
|
|
||||||
include /usr/share/nano/cmake.nanorc
|
|
||||||
include /usr/share/nano/default.nanorc
|
|
||||||
include /usr/share/nano/json.nanorc
|
|
||||||
include /usr/share/nano/lua.nanorc
|
|
||||||
include /usr/share/nano/makefile.nanorc
|
|
||||||
include /usr/share/nano/man.nanorc
|
|
||||||
include /usr/share/nano/markdown.nanorc
|
|
||||||
include /usr/share/nano/nanohelp.nanorc
|
|
||||||
include /usr/share/nano/nanorc.nanorc
|
|
||||||
include /usr/share/nano/patch.nanorc
|
|
||||||
include /usr/share/nano/python.nanorc
|
|
||||||
include /usr/share/nano/rust.nanorc
|
|
||||||
include /usr/share/nano/sh.nanorc
|
|
||||||
include /usr/share/nano/sql.nanorc
|
|
||||||
include /usr/share/nano/tcl.nanorc
|
|
||||||
include /usr/share/nano/tex.nanorc
|
|
||||||
include /usr/share/nano/texinfo.nanorc
|
|
||||||
include /usr/share/nano/xml.nanorc
|
|
||||||
include /usr/share/nano/yaml.nanorc
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
doc=/home/quak/collection
|
|
||||||
test=/home/quak/
|
|
||||||
dot=/home/quak/dotfiles/
|
|
||||||
Reference in New Issue
Block a user