zoukankan
html css js c++ java
提高工作效率shell操作快捷键
<CTRL k>:删除从光标到行尾的部分
<CTRL u>:删除从光标到行首的部分
<ALT d>:删除从光标到当前单词结尾的部分
<CTRL w>:删除从光标到当前单词开头的部分
<CTRL a>:将光标移到行首
<CTRL e>:将光标移到行尾
<ALT a>:将光标移到当前单词头部
<ALT e>:将光标移到当前单词尾部
<CTRL y>:插入最近删除的单词
<!$>:重复前一个命令最后的参数。
ps:ALT组合键在SecureCRT下好像不好用
<!commd>:执行上次执行的以commd开头的指令
查看全文
相关阅读:
LeetCode 252. Meeting Rooms
LeetCode 161. One Edit Distance
LeetCode 156. Binary Tree Upside Down
LeetCode 173. Binary Search Tree Iterator
LeetCode 285. Inorder Successor in BST
LeetCode 305. Number of Islands II
LeetCode 272. Closest Binary Search Tree Value II
LeetCode 270. Closest Binary Search Tree Value
LeetCode 329. Longest Increasing Path in a Matrix
LintCode Subtree
原文地址:https://www.cnblogs.com/Donal/p/1510783.html
最新文章
eclipse导入工程
matlab常见使用
矩阵的意义
eclipse + MinGW搭建C/C++环境
LeetCode 276. Paint Fence
LeetCode 247. Strobogrammatic Number II
LeetCode 246. Strobogrammatic Number
LeetCode Zigzag Iterator
LeetCode 316. Remove Duplicate Letters
LeetCode 271. Encode and Decode Strings
热门文章
LeetCode 325. Maximum Size Subarray Sum Equals k
LeetCode Unique Word Abbreviation
LeetCode 261. Graph Valid Tree
LeetCode Super Ugly Number
LeetCode 298. Binary Tree Longest Consecutive Sequence
LeetCode 286. Walls and Gates
LeetCode 254. Factor Combinations
LeetCode 251. Flatten 2D Vector
LeetCode 249. Group Shifted Strings
LeetCode 253. Meeting Rooms II
Copyright © 2011-2022 走看看