mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add ctrl-home and ctrl-end Win32 bindings
This commit is contained in:
@@ -65,6 +65,8 @@
|
||||
'ctrl-shift-right': 'editor:select-to-end-of-word'
|
||||
'ctrl-backspace': 'editor:backspace-to-beginning-of-word'
|
||||
'ctrl-delete': 'editor:backspace-to-beginning-of-word'
|
||||
'ctrl-home': 'core:move-to-top'
|
||||
'ctrl-end': 'core:move-to-bottom'
|
||||
|
||||
# Sublime Parity
|
||||
'ctrl-a': 'core:select-all'
|
||||
|
||||
Reference in New Issue
Block a user