mirror of
https://github.com/atom/atom.git
synced 2026-02-07 05:05:02 -05:00
Newline at end of file 💄
This commit is contained in:
@@ -4,4 +4,4 @@ window.keymap.bindKeys '*'
|
||||
right: 'move-right'
|
||||
left: 'move-left'
|
||||
down: 'move-down'
|
||||
up: 'move-up'
|
||||
up: 'move-up'
|
||||
|
||||
@@ -2,4 +2,4 @@ window.keymap.bindKeys '*',
|
||||
'ctrl-?': 'keybindings-view:attach'
|
||||
|
||||
window.keymap.bindKeys ".keybindings-view",
|
||||
'escape': 'keybindings-view:detach'
|
||||
'escape': 'keybindings-view:detach'
|
||||
|
||||
@@ -29,4 +29,4 @@ class PaneColumn extends PaneGrid
|
||||
Math.max(@horizontalChildUnits()...)
|
||||
|
||||
verticalGridUnits: ->
|
||||
_.sum(@verticalChildUnits())
|
||||
_.sum(@verticalChildUnits())
|
||||
|
||||
Reference in New Issue
Block a user