Mitchell Hashimoto

Results 87 issues of Mitchell Hashimoto

### Discussed in https://github.com/ghostty-org/ghostty/discussions/4968 Originally posted by **whatisaphone** January 11, 2025 On Linux, most apps let you shuffle tabs around with ctrl-shift-pgup and ctrl-shift-pgdn. This works in Firefox, VSCode, Gnome...

os/linux
contributor friendly

As discussed here: https://github.com/ghostty-org/ghostty/discussions/2517 This is a feature of Terminal.app that seems worthwhile to add, both as a binding action and as a menu action to mimic Terminal.app. The default...

os/macos

### Discussed in https://github.com/ghostty-org/ghostty/discussions/4868 Originally posted by **aaronk6** January 9, 2025 It would be great if Quick Terminal stayed open when dragging a file, e.g., from Finder. It seems that...

os/macos
gui

### Discussed in https://github.com/ghostty-org/ghostty/discussions/8416 Originally posted by **yongseonlee** August 26, 2025 ### Issue Description When using a Korean IME (e.g., macOS 2-Set Korean), the **last Hangul character in composition is...

os/macos
input

Right now, new/close split cause a noticeable flicker, see #8202 for a video. This is because we have to wait 1 or more event loop ticks for the surface widgets...

os/linux
gui

Expose Ghostty's cursor shape enum to shaders: https://github.com/ghostty-org/ghostty/blob/469001b7f623f780cfdcb50cc4842f7a4e6386ab/src/renderer/cursor.zig#L8-L17 ```glsl // Macros for a more semantic usage. Though this could just be differed to the documentation too. #define CURSORSTYLE_BLOCK 0 #define...

renderer
contributor friendly

### Discussed in https://github.com/ghostty-org/ghostty/discussions/9550 Originally posted by **wsxarcher** November 10, 2025 ### Issue Description When holding Command to click on local paths, they are not parsed correctly in 3 occasions....

These are fairly standard keybindings (readline) for navigating lists in the terminal but also in general. On macOS this already works * **Ctrl+N**: next in list * **Ctrl+P**: previous in...

os/linux
contributor friendly

```glsl // 256-color ANSI palette uniform vec4 iPalette[256]; // palette 0-255 // Core terminal colors uniform vec4 iBackgroundColor; // background uniform vec4 iForegroundColor; // foreground uniform vec4 iCursorColor; // cursor-color...

renderer
contributor friendly

### Discussed in https://github.com/ghostty-org/ghostty/discussions/5617 Originally posted by **criphc** February 6, 2025 the issue: dock not restored to not autohidden after closing quick terminal. how to reproduce: 1. set dock to...

os/macos
gui