[PR #758] [CLOSED] vimMove Variable in TextView #1036

Closed
opened 2026-03-04 01:09:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rivo/tview/pull/758
Author: @Awesome-Sauces
Created: 8/20/2022
Status: Closed

Base: masterHead: master


📝 Commits (5)

📊 Changes

1 file changed (+31 additions, -17 deletions)

View changed files

📝 textview.go (+31 -17)

📄 Description

This is to block the actions preformed when these keys are pressed in a textview

  • h, left arrow: Move left.
  • l, right arrow: Move right.
  • j, down arrow: Move down.
  • k, up arrow: Move up.
  • g, home: Move to the top.
  • G, end: Move to the bottom.

🔄 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/rivo/tview/pull/758 **Author:** [@Awesome-Sauces](https://github.com/Awesome-Sauces) **Created:** 8/20/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`8f77501`](https://github.com/rivo/tview/commit/8f77501d48be0a7d53fb71e08d1c6ed89e3ffe01) VimMove - [`2729a95`](https://github.com/rivo/tview/commit/2729a95f8c559c62cfabf0b011548df0af8f628b) Update textview.go - [`c23aaa2`](https://github.com/rivo/tview/commit/c23aaa2f75815ebc7741a6f85d4747fcda7826e1) Update textview.go - [`3301705`](https://github.com/rivo/tview/commit/3301705e82468a9ee623570d2e47591839772dfc) Update go.mod - [`806175e`](https://github.com/rivo/tview/commit/806175e216147781a8141b79de83349a30c290c4) Update go.mod ### 📊 Changes **1 file changed** (+31 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `textview.go` (+31 -17) </details> ### 📄 Description This is to block the actions preformed when these keys are pressed in a textview - h, left arrow: Move left. - l, right arrow: Move right. - j, down arrow: Move down. - k, up arrow: Move up. - g, home: Move to the top. - G, end: Move to the bottom. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:09:07 +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/tview#1036
No description provided.