mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-24 15:12:15 +03:00
Map cmd-_ to window:decrease-font-size
Makes it consistent with increase-font-size having two keybindings
This commit is contained in:
parent
16ab2031fa
commit
d7fabc5a58
@ -68,6 +68,7 @@
|
||||
'cmd-=': 'window:increase-font-size'
|
||||
'cmd-+': 'window:increase-font-size'
|
||||
'cmd--': 'window:decrease-font-size'
|
||||
'cmd-_': 'window:decrease-font-size'
|
||||
|
||||
'cmd-k up': 'pane:split-up' # Atom Specific
|
||||
'cmd-k down': 'pane:split-down' # Atom Specific
|
||||
|
@ -40,6 +40,7 @@
|
||||
'ctrl-=': 'window:increase-font-size'
|
||||
'ctrl-+': 'window:increase-font-size'
|
||||
'ctrl--': 'window:decrease-font-size'
|
||||
'ctrl-_': 'window:decrease-font-size'
|
||||
|
||||
'ctrl-k up': 'pane:split-up' # Atom Specific
|
||||
'ctrl-k down': 'pane:split-down' # Atom Specific
|
||||
|
Loading…
Reference in New Issue
Block a user