[PR #1934] [MERGED] feat: Show normal buffer text when press cmd + ArrowUp in alt buffer (like vi) #3672

Closed
opened 2026-02-27 01:53:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/1934
Author: @zxdong262
Created: 11/28/2020
Status: Merged
Merged: 11/28/2020
Merged by: @zxdong262

Base: masterHead: alt


📝 Commits (3)

  • 7e13513 save
  • 7da2ebb Merge branch 'master' of github.com:electerm/electerm into alt
  • 37706bf feat: Show normal buffer text when press cmd + ArrowUp in alt buffer (like vi)

📊 Changes

5 files changed (+146 additions, -31 deletions)

View changed files

📝 package.json (+1 -1)
📝 src/client/components/tabs/tab.jsx (+4 -1)
📝 src/client/components/terminal/index.jsx (+83 -29)
src/client/components/terminal/normal-buffer.jsx (+30 -0)
📝 src/client/components/terminal/terminal.styl (+28 -0)

📄 Description

No description provided


🔄 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/electerm/electerm/pull/1934 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 11/28/2020 **Status:** ✅ Merged **Merged:** 11/28/2020 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `alt` --- ### 📝 Commits (3) - [`7e13513`](https://github.com/electerm/electerm/commit/7e1351309f35f84b2cfc1af91ca311a54fb34c3f) save - [`7da2ebb`](https://github.com/electerm/electerm/commit/7da2ebbcb617a13c42a73e6e56be8c29676090e5) Merge branch 'master' of github.com:electerm/electerm into alt - [`37706bf`](https://github.com/electerm/electerm/commit/37706bfa2871ba615be4d94b0443f1382967656f) feat: Show normal buffer text when press cmd + ArrowUp in alt buffer (like vi) ### 📊 Changes **5 files changed** (+146 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `src/client/components/tabs/tab.jsx` (+4 -1) 📝 `src/client/components/terminal/index.jsx` (+83 -29) ➕ `src/client/components/terminal/normal-buffer.jsx` (+30 -0) 📝 `src/client/components/terminal/terminal.styl` (+28 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:53:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3672
No description provided.