V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  november  ›  全部回复第 1 页 / 共 30 页
回复总数  587
1  2  3  4  5  6  7  8  9  10 ... 30  
这是整个配置。

{
"editor.fontSize": 20,
"security.workspace.trust.untrustedFiles": "open",
"workbench.tree.indent": 22,
"vim.handleKeys": {
"<C-c>": false,
"<C-v>": false,
"<C-x>": false,
"<C-k>": false,
"<C-a>": false,
},
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
{
"before": ["d", "d"],
"after": ["\"", "_", "d", "d"]
},
{
"before": [ "c", "a" ],
"after": [ "\"", "_", "c", "a" ]
},
// {
// "before": [ "c" ],
// "after": [ "\"", "_" ]
// },
{
"before": [ "c", "i" ],
"after": [ "\"", "_", "c", "i" ]
},
{
"before": [ "d", "a" ],
"after": [ "\"", "_", "d", "a" ]
},
],
"vim.visualModeKeyBindingsNonRecursive": [
{
"before": ["d"],
"after": ["\"", "_", "d"]
},
{
"before": ["D"],
"after": ["\"", "_", "D"]
},
// {
// "before": ["d", "d"],
// "after": ["\"", "_", "d", "d"]
// },
// {
// "before": ["<BS>"],
// "after": ["\"", "_", "d"]
// }
],
"vim.insertModeKeyBindings": [
{
"before": [
"up"
],
"commands": [
"cursorUp"
]
},
{
"before": [
"down"
],
"commands": [
"cursorDown"
]
},
{
"before": [
"left"
],
"commands": [
"cursorLeft"
]
},
{
"before": [
"right"
],
"commands": [
"cursorRight"
]
}
],
"vim.foldfix": true,
"vim.useSystemClipboard": true,
"editor.codeLensFontFamily": "\"Input\"",
"editor.renderWhitespace": "all",
"editor.trimAutoWhitespace": false,
"editor.showFoldingControls": "always",
"indenticator.color.dark": "#FFF10C",
"workbench.colorTheme": "Monokai",
"vim.autoSwitchInputMethod.defaultIM": "im.rime.inputmethod.Squirrel.Rime",
"vim.autoSwitchInputMethod.obtainIMCmd": "/usr/local/bin/im-select",
"vim.autoSwitchInputMethod.switchIMCmd": "/usr/local/bin/im-select {im}",
"editor.minimap.showSlider": "always",
"files.insertFinalNewline": true,
"search.showLineNumbers": true,
"files.trimTrailingWhitespace": true,
"editor.dragAndDrop": false,
"workbench.colorCustomizations": {
"[Monokai]": {
"tab.activeBorder":"#fff",
"tab.activeForeground": "#fff",
"editorGroupHeader.tabsBackground": "#44463a",
"tab.inactiveBackground": "#44463a",
"tab.border": "#44463a",
"tab.hoverBackground": "#4e4e4e",
},
},
"breadcrumbs.symbolPath": "off",
"workbench.list.horizontalScrolling": true,
"breadcrumbs.icons": false,
"remote.SSH.remoteServerListenOnSocket": true,
"remote.SSH.remotePlatform": {
"release": "linux",
"remote": "linux"
},
"bookmarks.saveBookmarksInProject": true,
"clipboard-manager.preview": false,
"clipboard-manager.maxClips": 500,
"clipboard-manager.snippet.enabled": false,
"liveServer.settings.donotShowInfoMsg": true,
"diffEditor.renderSideBySide": false,
"explorer.autoReveal": false,
"typescript.format.insertSpaceBeforeFunctionParenthesis": true,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false,
"vscode_custom_css.imports": [
"file:///home/eos/Documents/vscode-css/custom.css"
],
"eslint.enble": false,
"html.format.enable": false,
"explorer.confirmDelete": false,
"markdown.preview.linkify": false,
"bookmarks.sideBar.expanded": true,
"bookmarks.label.suggestion": "suggestWhenSelected",
"workbench.startupEditor": "none",
"editor.multiCursorModifier": "ctrlCmd",
"files.exclude": {
"**/.vscode": true
},
"editor.acceptSuggestionOnCommitCharacter": false,
"extensions.ignoreRecommendations": true,
"github.copilot.enable": {
"*": true,
"plaintext": false,
"markdown": false,
"scminput": false,
"yaml": false,
"javascript": true
},
"typescript.updateImportsOnFileMove.enabled": "never",
"editor.tabSize": 2,
"editor.foldingStrategy": "indentation",
"html.format.indentHandlebars": true,
"html.format.indentInnerHtml": true,
"liveServer.settings.port": 3900,
"editor.suggest.preview": true,
"github.copilot.inlineSuggest.enable": true,
"editor.inlineSuggest.enabled": true,
"editor.inlineSuggest.allowQuickSuggestions": true,
"workbench.list.openMode": "doubleClick",
"search.quickOpen.includeHistory": false,
"workbench.editor.enablePreview": false,
"liveServer.settings.CustomBrowser": "chrome:PrivateMode",
"liveServer.settings.NoBrowser": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"window.restoreWindows": "none",
"clipboard-manager.maxClipboardSize": 100000,
"git.openRepositoryInParentFolders": "never",
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"codeium.enableConfig": {
"*": false
},
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"explorer.compactFolders": false,
"remote.SSH.defaultForwardedPorts": [

],
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.unicodeHighlight.ambiguousCharacters": false,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.unicodeHighlight.invisibleCharacters": false,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": "off"
},
"prettier.ignorePath": "",
"editor.fontFamily": "'Input', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"indentRainbow.indicatorStyle": "light",
"indenticator.inner.showIndentGuide": true,
"editor.accessibilitySupport": "off",
"git.countBadge": "tracked",
"git.untrackedChanges": "separate",
"workbench.editor.empty.hint": "hidden",
"window.commandCenter": false,
"files.hotExit": "onExitAndWindowClose",
"editor.lineNumbers": "relative",
"notebook.lineNumbers": "on",
"zenMode.hideLineNumbers": false,
"window.zoomLevel": 1,
"editor.mouseWheelScrollSensitivity": 3,
"workbench.list.mouseWheelScrollSensitivity": 3,
"typescript.preferences.includePackageJsonAutoImports": "on",
"typescript.tsdk": "./node_modules/typescript/lib",
"lldb.library": "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB",
"lldb.launch.expressions": "native",
"apple-swift-format.configSearchPaths": [
".swift-format",
],
"diffEditor.ignoreTrimWhitespace": false
}
没遇到这种情况。
试了下,在插入模式下,连续按 cmd + d ,会选择多个相同的单词,并且光标会自动跳到单词末尾,并且保持插入模式。
第 2 个不懂。
别听楼上说的,生活质量完全会提升。楼上那种说没提升的,给他再多钱都说不够。

之前买东西一直犹豫各种比价,现在只想尽快把东西买了享受,犹豫比价的时间完全可以省下来也省心不少。

nfc 果汁一个月一箱,出门吃饭只有看到喜欢的就吃,几乎不看价格。喜欢的游戏各种首发早买早享受等等。总之有钱人的生活是想象不到的快乐。
@yuchenr 没有没有,就是我看走眼闹乌龙了。
@soy
@jgh004
@lzy250
@alect
闹乌龙了,我和对方的域名就差一个字母,我是 l , 对方是 i 。(捂脸)
@alect 对。
@jgh004 前端。

@lzy250
@soy 那电子邮件可以伪造,但是域名网站呢? www.yy.com 是可以用的。
36 天前
回复了 november 创建的主题 macOS 有没有方法禁止 mac os 弹出蓝色输入图标?
@di11wei 降级成本太高了。

@hsulin 感谢感谢,用的终端命令行的方法,有效。这下清爽多了。
@ilcn #6 感谢我看看。
顶下。
53 天前
回复了 DoubleKing 创建的主题 问与答 dell 2723qx 的网口怎么用的
没用过。大概客服说的是,需要把显示器的上行接口与电脑的接口连接。
但是 c-c 好像就有上行功能?你可以看看显示器的说明书,有接口说明。其中有几个标记了 usb 上行。
感谢提醒,不打算再续了。
@bearice 门到门?指国内家门到日本家门?另外物流不用上报海关的吗?
没税是因为不报关?还是因为你物品多所以放过了?
我不打算带多,因为便宜的都可以在日本购置,但是一些贵的电子产品打算带去。比如我有一个 htc pro 的 vr 。完整一趟包括包装箱。
意思是说,copliot 是用的 3.5 ,而 copliot chat 用的 4.
然后这个方法可以把 copliot 改为 4 ?
129 天前
回复了 november 创建的主题 OpenWrt 求助: openwrt 突然无法访问 web 管理页面
干,我重启我电脑后,就可以了。
1  2  3  4  5  6  7  8  9  10 ... 30  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1044 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 33ms · UTC 19:29 · PVG 03:29 · LAX 12:29 · JFK 15:29
Developed with CodeLauncher
♥ Do have faith in what you're doing.