zoukankan      html  css  js  c++  java
  • Typora 快捷键

      今天学习了一下这个工具。很轻便,很好用的。

    无序列表:输入-之后输入空格
    有序列表:输入数字+“.”之后输入空格
    任务列表:-[空格]空格 文字
    标题:ctrl+数字
    表格:ctrl+t
    生成目录:[TOC]按回车
    选中一整行:ctrl+l
    选中单词:ctrl+d
    选中相同格式的文字:ctrl+e
    跳转到文章开头:ctrl+home
    跳转到文章结尾:ctrl+end
    搜索:ctrl+f
    替换:ctrl+h
    引用:输入>之后输入空格
    代码块:ctrl+alt+f
    加粗:ctrl+b
    倾斜:ctrl+i
    下划线:ctrl+u
    删除线:alt+shift+5
    插入图片:直接拖动到指定位置即可或者ctrl+shift+i
    插入链接:ctrl+k


    增加自定义快捷键,修改“conf.user.json"文件如下

    /** For advanced users. */
    {
    "width": null, // Integer - Window's width in pixels. Default is null (last window width)
    "height": null, // Integer - Window's height in pixels. Default is null (last window height)
    "defaultFontFamily": {
    "standard": null, //String - Defaults to "Times New Roman".
    "serif": null, // String - Defaults to "Times New Roman".
    "sansSerif": null, // String - Defaults to "Arial".
    "monospace": null // String - Defaults to "Courier New".
    },
    "autoHideMenuBar": false, //Boolean - Auto hide the menu bar unless the `Alt` key is pressed. Default is false.

    // Array - Search Service user can access from context menu after a range of text is selected. Each item is formatted as [caption, url]
    "searchService": [
    [ "Search with Google", "https://google.com/search?q=%s" ]
    ],

    // Custom key binding, which will override the default ones.
    "keyBinding": {
    // for example:
    // "Always on Top": "Ctrl+Shift+P"
    "Always On Top": "Ctrl+Shift+P",
    "Code Fences": "Ctrl+Shift+F",
    "Ordered List": "Ctrl+Alt+o",
    "Unordered List": "Ctrl+Alt+u",
     "Task List": "Ctrl+Alt+t"   
    },

    "autoSaveTimer": 5, // default 5 minutes
    "maxFetchCountOnFileList": 500

     
  • 相关阅读:
    mac Redis相关配置,安装,启动,环境的配置。
    MySQL设置global变量和session变量的两种方法详解
    关于MySQL的锁以及数据脏读,重复读,幻读的笔记。
    MySQL新增数据,存在就更新,不存在就添加(转帖加实测)
    selenium 的显示等待和隐式等待的区别(记录加强版)
    MySQL字段与表的注释。转帖
    mysql格式化日期(转帖)
    通过Python用pymysql,通过sshtunnel模块ssh连接远程数据库。
    java io流
    openID 无效
  • 原文地址:https://www.cnblogs.com/mobilecard/p/8429063.html
Copyright © 2011-2022 走看看