Last active
          September 3, 2025 18:12 
        
      - 
      
- 
        Save porty/2665a789acb346562da62f34882212cd to your computer and use it in GitHub Desktop. 
    Ghostty config
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | font-feature = -calt | |
| font-feature = -liga | |
| font-feature = -dlig | |
| copy-on-select = clipboard | |
| keybind = super+right=next_tab | |
| keybind = super+left=previous_tab | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "editor.minimap.enabled": false, | |
| "editor.accessibilitySupport": "off", | |
| "editor.wordBasedSuggestions": "off", | |
| "C_Cpp.default.compilerPath": "/opt/homebrew/bin/gcc-13", | |
| "editor.renderWhitespace": "all", | |
| "workbench.startupEditor": "none", | |
| "go.toolsManagement.autoUpdate": true, | |
| "terminal.integrated.copyOnSelection": true, | |
| "redhat.telemetry.enabled": false, | |
| "editor.fontSize": 14, | |
| "workbench.editor.empty.hint": "hidden", | |
| "editor.quickSuggestionsDelay": 1000, | |
| "workbench.sideBar.location": "right", | |
| "github.copilot.advanced": { | |
| }, | |
| "window.zoomLevel": 1, | |
| "lldb.library": "/Library/Developer/CommandLineTools/Library/PrivateFrameworks/LLDB.framework/Versions/A/LLDB", | |
| "lldb.launch.expressions": "native", | |
| "polacode.transparentBackground": true, | |
| "polacode.shadow": "rgba(0, 0, 0, 0.55) 0px 5px 5px", | |
| "workbench.colorTheme": "poimandres-storm", | |
| "editor.hover.delay": 500, | |
| "[json]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[typescriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[typescript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "github.copilot.enable": { | |
| "*": false, | |
| "plaintext": false, | |
| "markdown": false, | |
| "scminput": false | |
| }, | |
| "[html]": { | |
| "editor.defaultFormatter": "vscode.html-language-features" | |
| }, | |
| "docker.extension.enableComposeLanguageServer": false, | |
| // "editor.acceptSuggestionOnEnter": "off", | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment