atom-terminal-tab icon indicating copy to clipboard operation
atom-terminal-tab copied to clipboard

Simple terminal for the Atom text editor.

Results 62 atom-terminal-tab issues
Sort by recently updated
recently updated
newest added

This is an issue if using tools like Ngrok via Valet Share... it uses logname and if that sends root then you can't have a custom config... To test open...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.34.0 x64 **Electron**: 2.0.16 **OS**: Mac OS X 10.14.4 **Thrown From**: [terminal-tab](https://github.com/jsmecham/atom-terminal-tab) package 0.5.7 ### Stack Trace Uncaught TypeError: activeSession.copySelection is...

This is an implementation of #128. I tried to keep a consistent format. At this point`sanitizedEnvironment` may be better if it was renamed to `preparedEnvironment`.

Can we have a way to declare which terminal we're using? Most of my terminal colors don't work with the default `xterm-color`, and it seems that `xterm-256color` is supported by...

I've got alt-shift-`arrow` hotkeys set up on `atom-workspace` for moving between panes, but `terminal-tab` is swallowing the input when focused. Would be great if it was possible for these hotkeys,...

The default key bindings: https://github.com/jsmecham/atom-terminal-tab/blob/2796c770791b3c8a150d1d609b5d8180259e991e/keymaps/terminal.json#L5-L9 do not work, and neither does this in the per-user `keymap.cson`: ```cson 'terminal-view': 'ctrl-tab': 'pane:show-next-item' 'ctrl-shift-tab': 'pane:show-previous-item' ``` In all cases, when the key is...

As far as I can see, the directory opened is the one of the project. Sometimes, I just work on single Python files outside any project so it could be...

EDIT: This only happens when I'm within a ssh/mosh session. Only a small number of output lines (like 10 or so) is accessible for scrolling using mouse wheel or scrollbar....

Hi, I'm getting the following error after updating to 0.6.0. Uncaught (in promise) TypeError: Cannot read property 'SOCKET' of undefined at new PipeSocket (/home/osboxes/.atom/packages/terminal-tab/node_modules/node-pty-prebuilt-multiarch/lib/unixTerminal.js:270:40) Terminal doesn't show up.