Notepad++ Select 当前行的快捷方式
Notepad++ Shortcut to Select Current Line
Notepad++ 是否有一个快捷方式可以高亮显示当前行,而不管光标在哪里?在 Vim 中,我会使用 ESC SHIFT+V 执行此操作。
我可以先按 HOME,然后按 SHIFT+END,但是 END 和 HOME 键很难触及,而且它有一个额外的步骤,即先按 HOME。
感谢您的帮助!
您可以使用问题中概述的按键录制宏。然后您可以保存宏并为其指定快捷方式。
整理了一些快捷方式线路操作的资料,希望对大家有所帮助
Shift+ [arrow]: select upper row or down row.
Ctrl+C Copy
Ctrl+X Cut
Ctrl+V Paste
Ctrl+Z Undo
Ctrl+Y Redo
Ctrl+A Select All
Ctrl+D Duplicate Current Line
Ctrl+L Delete Current Line
Ctrl+T Switch the current line position with the previous line position
Ctrl+Shft+Up Move current Line Up
Ctrl+Shft+Down Move Current Line Down
Ctrl+Shft+BackSpace Delete to start of line
Ctrl+Shft+Delete Delete to end of line
Ctrl+U Convert to lower case
Ctrl+Shift+U Convert to upper case
Ctrl+Shft+T Copy current line to clipboard
Notepad++ 是否有一个快捷方式可以高亮显示当前行,而不管光标在哪里?在 Vim 中,我会使用 ESC SHIFT+V 执行此操作。
我可以先按 HOME,然后按 SHIFT+END,但是 END 和 HOME 键很难触及,而且它有一个额外的步骤,即先按 HOME。
感谢您的帮助!
您可以使用问题中概述的按键录制宏。然后您可以保存宏并为其指定快捷方式。
整理了一些快捷方式线路操作的资料,希望对大家有所帮助
Shift+ [arrow]: select upper row or down row.
Ctrl+C Copy
Ctrl+X Cut
Ctrl+V Paste
Ctrl+Z Undo
Ctrl+Y Redo
Ctrl+A Select All
Ctrl+D Duplicate Current Line
Ctrl+L Delete Current Line
Ctrl+T Switch the current line position with the previous line position
Ctrl+Shft+Up Move current Line Up
Ctrl+Shft+Down Move Current Line Down
Ctrl+Shft+BackSpace Delete to start of line
Ctrl+Shft+Delete Delete to end of line
Ctrl+U Convert to lower case
Ctrl+Shift+U Convert to upper case
Ctrl+Shft+T Copy current line to clipboard