cmd+shift+f:專案中查詢
cmd+g:查詢下乙個
cmd+shift+g:查詢上乙個
ctrl + f :前移游標
ctrl + b :後移游標
ctrl + a : 移動游標到本行行首 (替換home鍵)
ctrl + e : 移動游標到本行行尾 (替換end鍵)
ctrl + t :交換游標左右兩邊的字元
ctrl + d:刪除游標右邊的字元
ctrl + l : 將插入點置於視窗正中
ctrl + k :刪除本行
ctrl + . : 引數提示
tab :接受**提示
esc :顯示**提示選單
cmd + /: 注釋或取消注釋
cmd + ctrl + left: 摺疊
cmd + ctrl + right: 取消摺疊
cmd + ctrl + top: 摺疊全部函式
cmd + ctrl + bottom: 取消全部函式摺疊
ctrl + u: 取消全部摺疊
**排版
選中需要格式化** -> editor -> structure ->re-indent 或者
選中需要格式化** -> 右擊 ->選中 structure ->re-indent
一些減少空間的操作:
Vim一些基礎操作和技巧
vim沒有選單,只有命令。插入命令 命令作用 a在游標所在字元後插入 a在游標所在行尾插入 i在游標所在字元前插入 i在游標所在行行首插入 o在游標下插入新行 o在游標上插入新行 定位命令 命令作用 set nu 設定行號 set nonu 取消行號 g到最後一行 gg到第一行 ng到第n行 n到第...
oracle SQL一些技巧
1 當前時間加7天 select sysdate interval 7 day from dual 2 當前時間減10分鐘 select sysdate interval 10 minute from dual 3 當前時間加3秒 select sysdate interval 3 second f...
一些jquery技巧
window.nl ad function document ready function 相當於 function foo html 相當於 document.getelementbyidx x foo innerhtml jquery 物件轉換成 dom物件 第一種方法 var cr cr jq...