2025年1月15日 星期三

sublime 建立分割畫面快速鍵

  1.  設定->快速鍵設定
  2. 在左側視窗找到ctrl+shift+l, 註解掉
    // { "keys": ["ctrl+shift+l"], "command": "split_selection_into_lines" },
  3. 在右側視窗貼上:

[

{ "keys": ["ctrl+shift+l"], 
"command": "clone_file" ,
"args": {"add_to_selection": true}
}
]

ctrl-s 儲存, OK

沒有留言:

張貼留言