Atom编辑器添加eclipse快捷键


Settings - Keybindings - 点击"your keymap file"

 
'atom-text-editor':
  'alt-/': 'autocomplete-plus:activate'

 

'atom-text-editor:not([mini])':

  'ctrl-d': 'editor:delete-line'

 

'atom-workspace atom-text-editor:not([mini])':

  'alt-up': 'editor:move-line-up'

  'alt-down': 'editor:move-line-down'

 

'.platform-win32':

  'ctrl-shift-R': 'fuzzy-finder:toggle-file-finder'

  'ctrl-shift-T': 'fuzzy-finder:toggle-file-finder'

 

'.platform-win32, .platform-win32 .command-palette atom-text-editor':

  'ctrl-p': 'command-palette:toggle'

 

'.platform-darwin, .platform-win32, .platform-linux':

  'ctrl-l': 'go-to-line:toggle'

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM