-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goto buffer #4756
Goto buffer #4756
Commits on Nov 15, 2022
-
Implemented "goto-buffer" command
= committedNov 15, 2022 Configuration menu - View commit details
-
Copy full SHA for f3bfb8b - Browse repository at this point
Copy the full SHA f3bfb8bView commit details -
Merge branch 'master' into goto-buffer
= committedNov 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 6f54f7d - Browse repository at this point
Copy the full SHA 6f54f7dView commit details -
Inlined some functions, that had their origin in old implementation detail, and are now unnecessary.
= committedNov 15, 2022 Configuration menu - View commit details
-
Copy full SHA for c156b42 - Browse repository at this point
Copy the full SHA c156b42View commit details -
Added documentation for goto-buffer command
= committedNov 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 92e49e1 - Browse repository at this point
Copy the full SHA 92e49e1View commit details -
Added shortcut for going to buffers
Now able to go to specific buffers by pressing CTRL+<[1-9]>.
= committedNov 15, 2022 Configuration menu - View commit details
-
Copy full SHA for a7c5b9f - Browse repository at this point
Copy the full SHA a7c5b9fView commit details
Commits on Nov 16, 2022
-
Removed abbreviations like "idx" and "curr"
= committedNov 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 1357ac6 - Browse repository at this point
Copy the full SHA 1357ac6View commit details -
Previously collected into a vector, and then indexed that.
= committedNov 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 4bf9e14 - Browse repository at this point
Copy the full SHA 4bf9e14View commit details -
Now completing the buffer names
= committedNov 16, 2022 Configuration menu - View commit details
-
Copy full SHA for fa8c7ab - Browse repository at this point
Copy the full SHA fa8c7abView commit details -
Now returning err on invalid indices
= committedNov 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 50747e4 - Browse repository at this point
Copy the full SHA 50747e4View commit details -
Renamed "buffer <i>" to "buffer number <n>" in doc
= committedNov 16, 2022 Configuration menu - View commit details
-
Copy full SHA for b474ab7 - Browse repository at this point
Copy the full SHA b474ab7View commit details