Top "Atom-editor" questions

Atom is a hackable text editor created by GitHub and developed on top of the Electron desktop application platform.

Atom - disable single key binding

How can I disable a single key binding such as ctrl-alt-= in Atom? I'm using the QWERTZ keyboard layout, so …

atom-editor
Switch panes in Atom without cmd/ctrl + k?

I'd like to be able to switch between my Atom panes anytime without having to press CMD + K first before …

keyboard-shortcuts atom-editor
Atom Editor: RegEx replace to uppercase/lowercase

I'm trying to replace some characters in a string with their uppercase/lowercase equivalents in Atom Editor. Let’s say …

regex replace atom-editor
Atom editor does not reload changed file

I am using Atom editor on Windows 7. On the git shell when I run the command, git reset --hard , all …

git atom-editor git-reset
How can I find out the keyboard shortcut assignments in the Atom text editor?

How can I review the current keyboard bindings in a running instance of the Atom text editor

editor keyboard-shortcuts atom-editor
atom-beautify & php-cs-fixer

I am a new programmer and I need your help. I'm pretty much new to Atom editor, but setup some …

php atom-editor php-cs-fixer atom-beautify
Is there a way to increment numbers when using multiple cursors in Atom?

I find myself doing this over and over again. It can be pretty time consuming. What options are available for …

atom-editor
Xlib: extension "XInputExtension" missing on display ":1" Atom Ubuntu

I have an Amazon EC2 instance that runs Ubuntu 16.04 server. I installed atom and for some reason I am not …

ubuntu amazon-ec2 atom-editor vnc-server
How do I use a new ipython kernel in Atom?

I created a data_science kernel for ipython by using the following commands: python -m ipykernel install --user --name data_…

python ipython jupyter-notebook atom-editor hydrogen
Jump over end parenthesis/bracket/quotation in atom editor with TAB

In atom editor, when I type console.log( for example, it becomes console.log() and the cursor stays between the …

tabs parentheses atom-editor