Comparar commits
3 Commits
| Autor | SHA1 | Data | |
|---|---|---|---|
| 0fee962faa | |||
| ed1f51b987 | |||
| f1bdcaedc1 |
@@ -1,3 +1,5 @@
|
||||
* Added: j/k now can be used to navigate the tree view and archive editor
|
||||
|
||||
* Fixed: Atom can now be launched when ~/.atom/config.cson doesn't exist
|
||||
* Added: Initial collaboration sessions
|
||||
* Fixed: Empty lines being deleted via uppercase/downcase command
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
'.archive-view':
|
||||
'k': 'core:move-up'
|
||||
'j': 'core:move-down'
|
||||
@@ -12,6 +12,8 @@
|
||||
'a': 'tree-view:add'
|
||||
'delete': 'tree-view:remove'
|
||||
'backspace': 'tree-view:remove'
|
||||
'k': 'core:move-up'
|
||||
'j': 'core:move-down'
|
||||
|
||||
'.tree-view-dialog .mini.editor':
|
||||
'enter': 'core:confirm'
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário