Advertisement
Morogn93

settings

Nov 8th, 2020
2,206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 8.10 KB | None | 0 0
  1. // Place your key bindings in this file to override the defaultsauto[]
  2. [{
  3.     "key": "ctrl+i",
  4.     "command": "cursorUp",
  5.     "when": "textInputFocus"
  6.   },
  7.   {
  8.     "key": "up",
  9.     "command": "-cursorUp",
  10.     "when": "textInputFocus"
  11.   },
  12.   {
  13.     "key": "ctrl+alt+i",
  14.     "command": "scrollLineUp",
  15.     "when": "textInputFocus"
  16.   },
  17.   {
  18.     "key": "ctrl+up",
  19.     "command": "-scrollLineUp",
  20.     "when": "textInputFocus"
  21.   },
  22.   {
  23.     "key": "ctrl+alt+k",
  24.     "command": "scrollLineDown",
  25.     "when": "textInputFocus"
  26.   },
  27.   {
  28.     "key": "ctrl+down",
  29.     "command": "-scrollLineDown",
  30.     "when": "textInputFocus"
  31.   },
  32.   {
  33.     "key": "ctrl+k",
  34.     "command": "cursorDown",
  35.     "when": "textInputFocus"
  36.   },
  37.   {
  38.     "key": "down",
  39.     "command": "-cursorDown",
  40.     "when": "textInputFocus"
  41.   },
  42.   {
  43.     "key": "ctrl+j",
  44.     "command": "cursorLeft",
  45.     "when": "textInputFocus"
  46.   },
  47.   {
  48.     "key": "left",
  49.     "command": "-cursorLeft",
  50.     "when": "textInputFocus"
  51.   },
  52.   {
  53.     "key": "ctrl+alt+j",
  54.     "command": "cursorWordStartLeft",
  55.     "when": "textInputFocus"
  56.   },
  57.   {
  58.     "key": "ctrl+left",
  59.     "command": "-cursorWordStartLeft",
  60.     "when": "textInputFocus"
  61.   },
  62.   {
  63.     "key": "ctrl+shift+alt+j",
  64.     "command": "cursorWordStartLeftSelect",
  65.     "when": "textInputFocus"
  66.   },
  67.   {
  68.     "key": "ctrl+shift+left",
  69.     "command": "-cursorWordStartLeftSelect",
  70.     "when": "textInputFocus"
  71.   },
  72.   {
  73.     "key": "ctrl+alt+b",
  74.     "command": "ktoggleActivityBarVisibility"
  75.   },
  76.   {
  77.     "key": "ctrl+.",
  78.     "command": "workbench.action.focusActiveEditorGroup",
  79.     "when": "!terminalFocus"
  80.   },
  81.   {
  82.     "key": "alt+.",
  83.     "command": "workbench.action.terminal.focus",
  84.     "when": "terminalFocus"
  85.   }
  86.   {
  87.     "key": "ctrl+b",
  88.     "command": "workbench.action.toggleSidebarVisibility"
  89.   },
  90.   {
  91.     "key": "alt+right",
  92.     "command": "-workbench.action.navigateForward"
  93.   },
  94.   {
  95.     "key": "ctrl+l",
  96.     "command": "cursorRight",
  97.     "when": "textInputFocus"
  98.   },
  99.   {
  100.     "key": "right",
  101.     "command": "-cursorRight",
  102.     "when": "textInputFocus"
  103.   },
  104.   {
  105.     "key": "ctrl+shift+l",
  106.     "command": "cursorRightSelect",
  107.     "when": "textInputFocus"
  108.   },
  109.   {
  110.     "key": "shift+right",
  111.     "command": "-cursorRightSelect",
  112.     "when": "textInputFocus"
  113.   },
  114.   {
  115.     "key": "ctrl+shift+alt+l",
  116.     "command": "cursorWordEndRightSelect",
  117.     "when": "textInputFocus"
  118.   },
  119.   {
  120.     "key": "ctrl+shift+right",
  121.     "command": "-cursorWordEndRightSelect",
  122.     "when": "textInputFocus"
  123.   },
  124.   {
  125.     "key": "ctrl+alt+l",
  126.     "command": "cursorWordEndRight",
  127.     "when": "textInputFocus"
  128.   },
  129.   {
  130.     "key": "ctrl+right",
  131.     "command": "-cursorWordEndRight",
  132.     "when": "textInputFocus"
  133.   },
  134.   {
  135.     "key": "ctrl+shift+i",
  136.     "command": "cursorUpSelect",
  137.     "when": "textInputFocus"
  138.   },
  139.   {
  140.     "key": "ctrl+shift+up",
  141.     "command": "-cursorUpSelect",
  142.     "when": "textInputFocus"
  143.   },
  144.   {
  145.     "key": "ctrl+shift+j",
  146.     "command": "cursorLeftSelect",
  147.     "when": "textInputFocus"
  148.   },
  149.   {
  150.     "key": "shift+left",
  151.     "command": "-cursorLeftSelect",
  152.     "when": "textInputFocus"
  153.   },
  154.   {
  155.     "key": "ctrl+shift+k",
  156.     "command": "cursorDownSelect",
  157.     "when": "textInputFocus"
  158.   },
  159.   {
  160.     "key": "ctrl+shift+down",
  161.     "command": "-cursorDownSelect",
  162.     "when": "textInputFocus"
  163.   },
  164.   {
  165.     "key": "ctrl+o",
  166.     "command": "cursorEnd",
  167.     "when": "textInputFocus"
  168.   },
  169.   {
  170.     "key": "end",
  171.     "command": "-cursorEnd",
  172.     "when": "textInputFocus"
  173.   },
  174.   {
  175.     "key": "ctrl+shift+o",
  176.     "command": "cursorEndSelect",
  177.     "when": "textInputFocus"
  178.   },
  179.   {
  180.     "key": "shift+end",
  181.     "command": "-cursorEndSelect",
  182.     "when": "textInputFocus"
  183.   },
  184.   {
  185.     "key": "ctrl+u",
  186.     "command": "cursorHome",
  187.     "when": "textInputFocus"
  188.   },
  189.   {
  190.     "key": "home",
  191.     "command": "-cursorHome",
  192.     "when": "textInputFocus"
  193.   },
  194.   {
  195.     "key": "ctrl+shift+u",
  196.     "command": "cursorHomeSelect",
  197.     "when": "textInputFocus"
  198.   },
  199.   {
  200.     "key": "shift+home",
  201.     "command": "-cursorHomeSelect",
  202.     "when": "textInputFocus"
  203.   },
  204.   {
  205.     "key": "ctrl+k",
  206.     "command": "selectNextSuggestion",
  207.     "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
  208.   },
  209.   {
  210.     "key": "down",
  211.     "command": "-selectNextSuggestion",
  212.     "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
  213.   },
  214.   {
  215.     "key": "ctrl+k",
  216.     "command": "settings.action.focusSettingsFile",
  217.     "when": "inSettingsSearch && !suggestWidgetVisible"
  218.   },
  219.   {
  220.     "key": "down",
  221.     "command": "-settings.action.focusSettingsFile",
  222.     "when": "inSettingsSearch && !suggestWidgetVisible"
  223.   },
  224.   {
  225.     "key": "ctrl+k",
  226.     "command": "settings.action.focusSettingsFromSearch",
  227.     "when": "inSettingsSearch && !suggestWidgetVisible"
  228.   },
  229.   {
  230.     "key": "down",
  231.     "command": "-settings.action.focusSettingsFromSearch",
  232.     "when": "inSettingsSearch && !suggestWidgetVisible"
  233.   },
  234.   {
  235.     "key": "ctrl+k",
  236.     "command": "workbench.action.interactivePlayground.arrowDown",
  237.     "when": "interactivePlaygroundFocus && !editorTextFocus"
  238.   },
  239.   {
  240.     "key": "down",
  241.     "command": "-workbench.action.interactivePlayground.arrowDown",
  242.     "when": "interactivePlaygroundFocus && !editorTextFocus"
  243.   },
  244.   {
  245.     "key": "ctrl+k",
  246.     "command": "showNextParameterHint",
  247.     "when": "editorFocus && parameterHintsMultipleSignatures && parameterHintsVisible"
  248.   },
  249.   {
  250.     "key": "down",
  251.     "command": "-showNextParameterHint",
  252.     "when": "editorFocus && parameterHintsMultipleSignatures && parameterHintsVisible"
  253.   },
  254.   {
  255.     "key": "ctrl+k",
  256.     "command": "notifications.focusNextToast",
  257.     "when": "notificationFocus && notificationToastsVisible"
  258.   },
  259.   {
  260.     "key": "down",
  261.     "command": "-notifications.focusNextToast",
  262.     "when": "notificationFocus && notificationToastsVisible"
  263.   },
  264.   {
  265.     "key": "ctrl+k",
  266.     "command": "list.focusDown",
  267.     "when": "listFocus && !inputFocus"
  268.   },
  269.   {
  270.     "key": "down",
  271.     "command": "-list.focusDown",
  272.     "when": "listFocus && !inputFocus"
  273.   },
  274.   {
  275.     "key": "ctrl+i",
  276.     "command": "list.focusUp",
  277.     "when": "listFocus && !inputFocus"
  278.   },
  279.   {
  280.     "key": "up",
  281.     "command": "-list.focusUp",
  282.     "when": "listFocus && !inputFocus"
  283.   },
  284.   {
  285.     "key": "ctrl+k",
  286.     "command": "keybindings.editor.focusKeybindings",
  287.     "when": "inKeybindings && inKeybindingsSearch"
  288.   },
  289.   {
  290.     "key": "down",
  291.     "command": "-keybindings.editor.focusKeybindings",
  292.     "when": "inKeybindings && inKeybindingsSearch"
  293.   },
  294.  
  295.   {
  296.     "key": "down",
  297.     "command": "-history.showNext",
  298.     "when": "historyNavigationEnabled && historyNavigationWidget"
  299.   },
  300.   {
  301.     "key": "ctrl+alt+u",
  302.     "command": "cursorPageUp",
  303.     "when": "textInputFocus"
  304.   },
  305.   {
  306.     "key": "pageup",
  307.     "command": "-cursorPageUp",
  308.     "when": "textInputFocus"
  309.   },
  310.   {
  311.     "key": "ctrl+alt+o",
  312.     "command": "cursorPageDown",
  313.     "when": "textInputFocus"
  314.   },
  315.   {
  316.     "key": "pagedown",
  317.     "command": "-cursorPageDown",
  318.     "when": "textInputFocus"
  319.   },
  320.   {
  321.     "key": "ctrl+i",
  322.     "command": "selectPrevPageSuggestion",
  323.     "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
  324.   },
  325.   {
  326.     "key": "pageup",
  327.     "command": "-selectPrevPageSuggestion",
  328.     "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
  329.   },
  330.   {
  331.     "key": "ctrl+i",
  332.     "command": "selectPrevSuggestion",
  333.     "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
  334.   },
  335.   {
  336.     "key": "ctrl+up",
  337.     "command": "-selectPrevSuggestion",
  338.     "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
  339.   },
  340.   {
  341.     "key": "up",
  342.     "command": "-selectPrevSuggestion",
  343.     "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
  344.   },
  345.   {
  346.     "key": "ctrl+pageup",
  347.     "command": "-selectPrevPageSuggestion",
  348.     "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
  349.   },
  350.  
  351.   ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement