Skip to content

How can I change default terminal in windows? #11091

Answered by SuisChan
GroophyLifefor asked this question in Q&A
Discussion options

You must be logged in to vote

Try this, works fine for me

...
  "ui_font_size": 12,
  "terminal": {
   "shell": {
     "program": "nu.exe"
   },
    "dock": "bottom",
    "default_width": 640,
    "default_height": 320,
    "working_directory": "current_project_directory",
    "blinking": "terminal_controlled",
    "alternate_scroll": "off",
    "option_as_meta": false,
    "copy_on_select": false,
    "button": true,
    "env": {
    },
    "line_height": "comfortable",
    "detect_venv": {
      "on": {
        "directories": [".env", "env", ".venv", "venv"],
        "activate_script": "default"
      }
    },
    "toolbar": {
      "title": true,
    },
    "font_size": 12,
    "font_family": "Zed Mono",
  },

...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GroophyLifefor
Comment options

Answer selected by GroophyLifefor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants