User Tools

Site Tools


atom

This is an old revision of the document!


Table of Contents

Atom

Packages

Command line: apm install <package_name> (not working as of Sept 2022).

GUI: Edit → Preferences → Packages (doesn't always find everything as of Sept 2022).

Can also clone straight into ~/.atom/packages, then enter the directory and `npm install` (not sure if you need to restart atom).

  • maximize-panes: shift-ctrl-enter toggle pane to fullscreen
  • keymap-display: ? to view commands associated with keystrokes in status bar
  • better-git-blame: ctrl-b
  • goto-definition: ctrl+shift+enter
  • ruby-block-converter: alt-], alt-[
  • rspec-focus: add to this: , clear all:
'atom-text-editor':
  'ctrl-shift-m': 'rspec-focus:add'
  'alt-ctrl-shift-m': 'rspec-focus:clear'

Fonts

Sublime

Packages

  • MaxPane (command for keybinding: `max_pane`)
atom.1664296318.txt.gz · Last modified: 2022/09/27 16:31 by slack