File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 28
28
return
29
29
; 0==============================================================================================================0
30
30
; Select line
31
+ ^+l ::
32
+ Send {Home }{Shift Down }{End }{Shift Up }
33
+ return
34
+
31
35
^!+Left ::
32
36
Send {Shift Down }{Home }{Shift Up }
33
37
return
36
40
Send {Shift Down }{End }{Shift Up }
37
41
return
38
42
39
- ^+l ::
40
- Send {Home }{Shift Down }{End }{Shift Up }
41
- return
42
43
; 0==============================================================================================================0
43
44
; Select from location to start/end
44
45
^!+Up ::
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ ctrl + alt + up: Move to start of file
27
27
ctrl + alt + down: Move to end of file
28
28
29
29
#
30
+
31
+ ctrl + shift + l: select line
32
+
30
33
ctrl + alt + shift + left: select from current location to start of line
31
34
32
35
ctrl + alt + shift + right: select from current location to end of line
You can’t perform that action at this time.
0 commit comments