vernou/PathEditor

Shortcut CTRL+D to delete the current line

Closed this issue · 0 comments

We need a shortcut CTRL+D to delete the current line.

For example :

C:\TMP\PATH1;
C:\TMP\PATH2;
C:\TMP\PATH3;

The cursor is on the second line. Press CTRL+D will delete the second line :

C:\TMP\PATH1;
C:\TMP\PATH3;