geetduggal / wrap-lines

Wrap-lines package for Atom
MIT License
3 stars 2 forks source link

Removes indentation #14

Open AsaAyers opened 9 years ago

AsaAyers commented 9 years ago

selection_003

This should all be indented at the original level.

selection_004

cganterh commented 9 years ago

+1

AsaAyers commented 9 years ago

Add this to your keymap and then you don't need this plugin. The native reflow doesn't have this problem.

'atom-text-editor.vim-mode:not(.insert-mode)':
  'g q': 'autoflow:reflow-selection'

'atom-text-editor.vim-mode.operator-pending-mode, atom-text-editor.vim-mode.visual-mode':
  'g q': 'autoflow:reflow-selection'