[PR #1223] [MERGED] Make alt+backspace delete word #10515

Closed
opened 2026-04-12 23:02:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1223
Author: @kejcao
Created: 11/21/2023
Status: Merged
Merged: 11/21/2023
Merged by: @pdevine

Base: mainHead: alt-backspace


📝 Commits (1)

  • ddc9cad Make alt+backspace delete word

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 readline/readline.go (+2 -0)

📄 Description

In GNU Readline you can press alt+backspace to delete word. I'm used to this behavior and so it's jarring not to be able to do it. This commit adds the feature.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/1223 **Author:** [@kejcao](https://github.com/kejcao) **Created:** 11/21/2023 **Status:** ✅ Merged **Merged:** 11/21/2023 **Merged by:** [@pdevine](https://github.com/pdevine) **Base:** `main` ← **Head:** `alt-backspace` --- ### 📝 Commits (1) - [`ddc9cad`](https://github.com/ollama/ollama/commit/ddc9cad6c689adaecac14d24e3da0014e22a1f6b) Make alt+backspace delete word ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `readline/readline.go` (+2 -0) </details> ### 📄 Description In GNU Readline you can press alt+backspace to delete word. I'm used to this behavior and so it's jarring not to be able to do it. This commit adds the feature. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-12 23:02:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#10515