Code Monkey home page Code Monkey logo

multi-cursor's Introduction

Multi-cursor package

An atom package to easily create more cursors with keystrokes.

Multi-cursor demo

OSX Keymaps:

  • Creating cursors
    • alt + up = Create cursor above
    • alt + down = Create cursor under
  • Moving the last cursor that has been created
    • ctrl + alt + up = Move the last-created cursor up
    • ctrl + alt + down = Move the last-created cursor down
    • ctrl + alt + left = Move the last-created cursor left
    • ctrl + alt + right = Move the last-created cursor right

Linux Keymaps:

  • Creating cursors
    • ctrl + shift + up = Create cursor above
    • ctrl + shift + down = Create cursor under
  • Moving the last cursor that has been created
    • ctrl + shift + alt + up = Move the last-created cursor up
    • ctrl + shift + alt + down = Move the last-created cursor down
    • ctrl + shift + alt + left = Move the last-created cursor left
    • ctrl + shift + alt + right = Move the last-created cursor right

Windows Keymaps:

  • Creating cursors
    • alt + up = Create cursor above
    • alt + down = Create cursor under
  • Moving the last cursor that has been created
    • ctrl + shift + alt + up = Move the last-created cursor up
    • ctrl + shift + alt + down = Move the last-created cursor down
    • ctrl + shift + alt + left = Move the last-created cursor left
    • ctrl + shift + alt + right = Move the last-created cursor right

Those may be overriden for your favorite keystroke in your keymap.cson with:

'atom-workspace atom-text-editor:not([mini])':
  # you may have to unset the keybinding if it's already in use.

  # Expand current cursor
  'ctrl-down': 'multi-cursor:expandDown'
  'ctrl-up':   'multi-cursor:expandUp'

  # Move the last cursor.
  'ctrl-alt-down':  'multi-cursor:move-last-cursor-down'
  'ctrl-alt-right': 'multi-cursor:move-last-cursor-right'
  'ctrl-alt-left':  'multi-cursor:move-last-cursor-left'
  'ctrl-alt-up':    'multi-cursor:move-last-cursor-up'

Bugs, feature requests and comments are more than welcome in the issues ๐ŸŽ‰

multi-cursor's People

Contributors

joseramonc avatar jacekkopecky avatar zo0o0ot avatar artemisart avatar artdevjs avatar dminca avatar razvanz avatar macgyver avatar manabu avatar

Watchers

James Cloos avatar Katie Burke avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.