Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminal CMD+K Not Clearing Integrated Terminal #25059

Closed
mjbvz opened this issue Apr 20, 2017 · 4 comments
Closed

Terminal CMD+K Not Clearing Integrated Terminal #25059

mjbvz opened this issue Apr 20, 2017 · 4 comments
Assignees
Labels
info-needed Issue requires more information from poster keybindings VS Code keybinding issues terminal Integrated terminal issues

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Apr 20, 2017

  • VSCode Version: d8fe52b
  • OS Version: OSX 10.11.6

Steps to Reproduce:

  1. Open integrated terminal and ensure it has focus
  2. Press CMD+K to trigger to clear command:

screen shot 2017-04-19 at 10 03 06 pm

Expected
Clears terminal

Actual
Shows message about chord and does not execute clear:

screen shot 2017-04-19 at 10 03 03 pm

@mjbvz mjbvz added terminal Integrated terminal issues keybindings VS Code keybinding issues labels Apr 20, 2017
@Tyriar
Copy link
Member

Tyriar commented Apr 21, 2017

What's you keybindings.json and settings.json look like?

@Tyriar Tyriar added the info-needed Issue requires more information from poster label Apr 21, 2017
@vscodebot vscodebot bot closed this as completed May 24, 2017
@vscodebot
Copy link

vscodebot bot commented May 24, 2017

This issue has been closed automatically because it needs more information and has not had recent activity. Please refer to our guidelines for filing issues. Thank you for your contributions.

@metasean
Copy link

@Tyriar - I'm running into the same thing with:
Version 1.15.1 (1.15.1) | 41abd21 | 2017-08-16T17:11:22.564Z
on macOS Sierra Version 10.12.3

my settings are:

// Place your settings in this file to overwrite the default settings
{   
    "editor.fontSize": 14,
    "editor.fontFamily": "Fira Code, Inconsolata for Powerline, Menlo, Monaco, 'Courier New', monospace",
    "editor.minimap.maxColumn": 80,
    "editor.wordWrap": "on",
    "files.autoSave": "afterDelay",
    "atomKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.formatOnPaste": true,
    "workbench.colorTheme": "Dark-Dracula"
}

my keybindings.json is:

// Place your key bindings in this file to overwrite the defaults
[
]

(a) Disabling the Atom Keymap, (b) removing the "atomKeymap.promptV3Features": true, from my settings, and (c) restarting VS Code fixes the problem, but of course, doing so leaves me without the Atom Keymapping. :-(

@Tyriar
Copy link
Member

Tyriar commented Aug 18, 2017

@metasean please report your issue against the atom keymap extension https://github.com/Microsoft/vscode-atom-keybindings

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster keybindings VS Code keybinding issues terminal Integrated terminal issues
Projects
None yet
Development

No branches or pull requests

3 participants