timhor / obsidian-editor-shortcuts

Obsidian plugin to add keyboard shortcuts commonly found in code editors such as Visual Studio Code (vscode) or Sublime Text
MIT License
347 stars 24 forks source link

Implement go to first/last line #55

Closed hdykokd closed 1 year ago

hdykokd commented 1 year ago

Mobile (iOS) has commands "Go to first line" and "Go to last line" but Desktop (macOS) does not. This is a problem if one wants to create a common macro across devices using a community plugin like Commander.

I thought about creating another plugin, but I thought it would be beneficial for other users to have this feature included, so I created a pull request.

I hope you will consider merging this.

timhor commented 1 year ago

Looks great, thanks for contributing!

hdykokd commented 1 year ago

Thank you!