User Tools

Site Tools


atom

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
atom [2022/07/13 13:33] – created slackatom [2022/12/14 11:26] (current) slack
Line 3: Line 3:
 ===== Packages ===== ===== Packages =====
  
-  * maximize-panes+Command line: ''apm install <package_name>'' (not working as of Sept 2022).
  
 +GUI: Edit -> Preferences (''ctrl-,'') -> 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: defaults are junk, need to add:
 +
 +  'atom-text-editor':
 +    'ctrl-shift-m': 'rspec-focus:add'
 +    'alt-ctrl-shift-m': 'rspec-focus:clear'
 +
 +
 +==== Fonts ====
 +
 +[[https://github.com/tonsky/FiraCode|FiraCode]]
 ====== Sublime ====== ====== Sublime ======
  
atom.1657719212.txt.gz · Last modified: 2022/07/13 13:33 by slack