running vscode from tmux on macos breaks vim ?
See original GitHub issue- Click thumbs-up 👍 on this issue if you want it!
- Click confused 😕 on this issue if not having it makes VSCodeVim unusable.
When I launch code
from tmux on macos it breaks a few key bindings like dd
.
keep in mind that when launching it from tmux on linux(ubuntu) it works perfectly fine.
To Reproduce :
just launch code from tmux and try to delete a line dd
.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
TMUX Fail, Use VSCode - Medium
I have been a command line developer for most of my life. I use vi for everything (no I do not mean vim...
Read more >Remote Development with VS Code
Introducing the VS Code Remote Extensions · Use Windows to develop in a Linux-based environment, using platform-specific toolchains and utilities ...
Read more >VSCode -> VIM, but how do I accomplish the other IDE tasks?
I installed the vim motions plugin for VSCode, and absolutely love it. ... its logs in one tmux pane (npm run dev), and...
Read more >VSCode-like environment with vim + tmux - Dev as Life - Inkdrop
I'm usually writing code with vim and tmux on terminal. In this article I'd like to share my configs which would make the...
Read more >Tmux and Vim – better together - Hacker News
The vim plugin for VS Code is great, but do you let it take over ... It's got great tmux integration, it automatically...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I just ran into the same issue as well on Linux. With
"vim.useSystemClipboard": true,
,dd
,x
, etc. aren’t working for me.(I have it on because I share the same config between my OS X and Linux installation.)
@njurgens yes that’s the same issue I am having .