Skip to content

Commit ec5f8d9

Browse files
authored
Merge pull request #33 from SinghRajenM/tab_20191002
Cheat sheet for Tab navigation shortcut
2 parents 3e1df4a + bb81153 commit ec5f8d9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/docs/other-resources.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,16 @@ Use the the following comment to undo the replacement:
2020
reg delete "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe" /v "Debugger" /f
2121
```
2222
## Notepad++ Cheat sheet
23+
### Tab
24+
- Tab navigation
25+
- To switch between first and last tab, use <kbd>CTRL</kbd> + <kbd>SHIFT</kbd> + ```MOUSEWHEEL``` on tabs. ```MOUSEWHEEL``` up will take to first tab while down will take to last tab.
26+
![FirstAndLast](https://user-images.githubusercontent.com/14791461/35479755-b37a09fc-0424-11e8-9a5c-905bf18b957e.gif)
27+
28+
29+
- To switch and activate next/previous tab, use <kbd>CTRL</kbd> + ```MOUSEWHEEL``` on tabs. ```MOUSEWHEEL``` up will take to previous tab while down will take next tab.
30+
![ChangeOneByOne](https://user-images.githubusercontent.com/14791461/66017375-31cc3680-e4f8-11e9-8e05-b93b7adc7981.gif)
31+
32+
33+
- To move tab from one position to other position, use <kbd>SHIFT</kbd> + ```MOUSEWHEEL``` on tabs. ```MOUSEWHEEL``` up will move currently selected tab to previous position while down will move to next position.
34+
![MoveTabs](https://user-images.githubusercontent.com/14791461/66017596-1b72aa80-e4f9-11e9-9ff0-87632415bd91.gif)
35+

0 commit comments

Comments
 (0)