Improvements to +default/yank-buffer-path and related commands
#52
chloelee767
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There are a couple of changes I've made in my personal config around the
+default/yank-buffer-pathand+default/yank-buffer-path-relative-to-projectcommands, I'd wondering whether others would find this useful and whether it could be worth adding to doom's defaults:+default/yank-buffer-pathfunction, include the line numbers.~/dotfiles/doom/.doom.d/autoload.el:27,~/dotfiles/doom/.doom.d/autoload.el:27-31~/dotfiles/doom/.doom.d/autoload.elautoload.el,autoload.el:27-31etcSpc -> f -> Ctrl+yin my own config to make it easy to remember likeyandShift+y. But, I'm not sure if this is the best keybinding, I don't see any other leader key keybinds usingCtrl.My current personal implementation:
https://github.com/chloelee767/dotfiles/blob/99a362bb27d863dea8ab878940f225e492cdda19/doom/.doom.d/autoload.el#L3-L45
https://github.com/chloelee767/dotfiles/blob/fc14dc873a10c216cf8e31b158a37531dd861cd5/doom/.doom.d/config.el#L230-L232
I'd be happy to help to open a PR if there's interest !
Beta Was this translation helpful? Give feedback.
All reactions