mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-29 14:18:11 +00:00
revert tab function to live behavior
This commit is contained in:
@@ -209,8 +209,8 @@ const newPage = (view)=>{
|
||||
|
||||
export default keymap.of([
|
||||
{ key: 'Tab', run: insertTabAtCursor },
|
||||
{ key: 'Shift-Tab', run: indentMore },
|
||||
{ key: 'Mod-Shift-Tab', run: indentLess },
|
||||
//{ key: 'Shift-Tab', run: indentMore },
|
||||
{ key: 'Shift-Tab', run: indentLess },
|
||||
{ key: 'Mod-b', run: makeBold },
|
||||
{ key: 'Mod-i', run: makeItalic },
|
||||
{ key: 'Mod-u', run: makeUnderline },
|
||||
|
||||
Reference in New Issue
Block a user