We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown代码不同步预览
安装Markdown-Preview-Plus
再安装
apm install markdown-scroll-sync
查找冲突的键位 例如 Ctrl+c
Ctrl+c
Setting->Keybindings->your-keymap-file
然后对着表格在your-keymap-file里面编辑你想要的功能,加上单引号,代码如下:
'ctrl-c': 'core:copy' 'ctrl-v': 'core:paste'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Markdown代码不同步预览
安装Markdown-Preview-Plus
再安装
键位冲突
查找冲突的键位
例如
Ctrl+c
Setting->Keybindings->your-keymap-file
然后对着表格在your-keymap-file里面编辑你想要的功能,加上单引号,代码如下:
The text was updated successfully, but these errors were encountered: