I switched Atom at end of April 2015.
Before that time, I was heavy Vim user.
During about a month and a half, I leaned Atom and released 12 packages.
Let me quickly introduce packages I released till now.
-
vim-mode-visual-block
Add visual-blockwise feature to vim-mode -
quick-highlight
Highlight selected text or word under cursor.
This helps you to detect typo. Or assist you while reading code by distinguishing singlar, plural variable name with different color. -
cursor-history
Like browser’s Back/Forward. Move around cursor position history. -
theme-switch
Quickly change theme from dark, light, or both theme group.
I like dark theme but in daylight, light theme is more distinguishable, so I wanted to quickly switch theme without consulting setting view. -
open-this
Open file under cursor like Vim’sgf
or Emacs’C-x C-f
. -
recent-finder
Open recently opened file across project. -
try
Copy selected text into working file to start try&error. -
paner
Pane manipulation helpers.
It includemaximize
,swapItem
,move-to-VERY-top
,VERY-right
,VERY-left
,VERY-bottom
.
VERY move is like Vim’sctrl-w J, K, H, L
-
toggle
Toggle word from defined word group with or without moving cursor position. -
keymap-disabler
Disable default keymap provided by package author. -
transformer
Kind of atom-script, atom-preview, but it write output to normal TextEditor. -
goto-scope
Move your cursor tostring
,function
,variable
using scope information.
You can extend it by defining custom-command.