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