Is it possible to scroll in sidebar with keyboard. When you have large number of files when you get to the bottom scroll stops at last file and you can’t see files below. You can put mouse over sidebar and scroll that way but is it possible to scroll with keyboard?
How scroll in sidebar keyboard Sublime Text
118 Views Asked by IGRACH At
1
There are 1 best solutions below
Related Questions in SUBLIMETEXT3
- Sublime Text causing computer to crash (mouse being frozen and keys not being logged) due to fork bomb
- Sublime mysteriously stops indexing
- Commenting current line with shorcut CRTL+/ instead of block commenting
- How to show python docstring for installed libraries in sublime text
- Is there a way to make sublime as core.editor (git) on Mac
- Sublime don't want to find words with only a few letter match
- Sublime text snippet : how to define choices as value?
- Sublime Text has forgotten where to find openpyxl and I can't figure out how to teach it
- Sublime - PyCodeStyle - Line Length Property
- Sublime text disappearing on ubuntu subsytem for windows
- Sublime text 3 using 100% CPU on idle and with index set to false
- Live Reload sublime text 3 enable reload with delay 1500ms
- How scroll in sidebar keyboard Sublime Text
- How to modify a sublime-syntax file to include following lines in sytnax coloring?
- Can't Disable Vim Mode in Sublime Text Even After Editing Settings
Related Questions in SUBLIMETEXT
- Need 10 seconds to execute "Hello World"
- Why does the .exe file become locked after compiling?
- Move Sublime Text find panel
- Program runs in sublime text editor but not in terminal
- sublime text editor setup problem for c++ language
- Sublime Text is unable to run Python code
- Secure channel error when installing packeges in Sublime Text
- treating as linker script
- Debugging Ajax/XmlHttpRequests using Xdebug on Sublime
- Sublime don't want to find words with only a few letter match
- How Can I Fix Sublime Text CSS Style italic to Normal?
- How can I use typewriter mode in sublime text4?
- What command to use to send code to R console through AppleScript?
- Sublime Text 4: How to highlight C++ class/struct names and typedef, using and #define aliases?
- How scroll in sidebar keyboard Sublime Text
Related Questions in SUBLIMETEXT4
- Sublime Text 4: custom syntax highlight for specific YAML property names
- how to auto-indent latex in sublime text 4?
- Make Sublime Text plugin autocompletions work properly
- C execution problem in sublime text program
- How to set different colors each rows based on the number of spaces?
- sublime text 4 isn't printing the user input while running the python code
- How to compile scss to css in Sublime 4
- Sublime Text 4 with conda env
- Can I use key bindings in Sublime Text to open remote files?
- (WinError 2) The system cannot find the file specified on Sublime Text
- Sublime Text 4: open multiple windows from terminal
- Sublime Text 4 hide title bar
- Installing SublimeText 4
- How to prevent auto-complete popup display after comma or colon?
- Sublime text is not permanently saving file after close ( How to Disable undoing after Close )
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Do CTRL+0 (zero) and this will focus your cursor on the Side Bar, once there You can use your arrows to go down and up. I see the list of files is working correctly despite You have so many files that the list is higher than the focusable area from the sidebar.
To hide/show the sidebar with the CTRL+K & CTRL+B , this same combination applies for show/view depending on the state of the sidebar. You can see on the View -> Side Bar -> Show Side Bar CTRL+K, CTRK+B. This works by pressing the CTRL and then the K (press and then release) and then the B (same thing, press and then release).
Then what You can do is CTRL+TAB OR CTRL+TAB+SHIFT. The first one will iterate the files on the sidebar in the forward direction (down), and the second combination (including SHIFT) will iterate the opened files in the backward direction (up).
I'm using this version because have in mind that depending on the version You can find differences. You did not specify any version but this is the one I'm using: