elninojk / netbeans-keybinder-atom

netbeans-keybinder-atom
MIT License
2 stars 4 forks source link

netbeans-keymap package

This Atom package provides Netbeans IDE key mappings for Atom. Currently the Netbeans shortcuts are directly mapped to existing Atom commands.

Installing

Use the Atom package manager, which can be found in the Settings view and search for netbeans-keymap or run apm install netbeans-keymap from the command line.

Supported keybindings

Mac users: press instead of Ctrl (same as in Eclipse on Mac).

'alt-shift-up': 'editor:move-line-up' 'alt-shift-down': 'editor:move-line-down' 'ctrl-e': 'editor:delete-line' 'ctrl-shift-i': 'editor:auto-indent' 'ctrl-g': 'go-to-line:toggle' 'ctrl-alt-down': 'editor:duplicate-lines' 'ctrl-alt-j': 'editor:join-lines' 'ctrl-h': 'find-and-replace:find-next-selected' 'ctrl-alt-o': 'fuzzy-finder:toggle-file-finder' 'ctrl-o': 'fuzzy-finder:toggle-buffer-finder' 'ctrl-g':'editor:'