You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone have a set of macros/plugins/whatever to modernize the editor hotkeys?
I know we all love Far2l, not lastly, because it's ingrained into our motoric memory.
But I use other editors, and I miss the more modern editor keybindings.
Namely:
Ctrl-F - search;
Ctrl-R - search and replace;
Ctrl-G - search again;
Ctrl-Shift-G - search again backwards; All of the above are probably macros.
A bit of exotics: "Surround selection on typing quote or brace" from IntelliJ. It's AMAZING. My favorite.
Also IntelliJ smart keys: "Insert pair brackets" and "Insert pair quotes". These two will probably need a new plugin, especially paired with "Surround selection...".
Amother immensely satisfying IntelliJ function: "Expand selection"/"Shrink selection": https://www.jetbrains.com/idea/guide/tips/extend-selection/ . This can only work if paired with syntax tree, so probably it's an overly long shot and will need its own plugin. Well, maybe by default it can expand/shrink to a word and one line.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Does anyone have a set of macros/plugins/whatever to modernize the editor hotkeys?
I know we all love Far2l, not lastly, because it's ingrained into our motoric memory.
But I use other editors, and I miss the more modern editor keybindings.
Namely:
Ctrl-F
- search;Ctrl-R
- search and replace;Ctrl-G
- search again;Ctrl-Shift-G
- search again backwards; All of the above are probably macros.Tab
/Shift-Tab
- indent/unindent block; (candidate plugin: https://github.com/char-com-ua/far-indent). I'll go and submit a porting request: Feature/porting request: Tab/Shift-Tab indent/unindent #1739"Surround selection on typing quote or brace"
from IntelliJ. It's AMAZING. My favorite."Insert pair brackets"
and"Insert pair quotes"
. These two will probably need a new plugin, especially paired with "Surround selection..."."Expand selection"
/"Shrink selection"
: https://www.jetbrains.com/idea/guide/tips/extend-selection/ . This can only work if paired with syntax tree, so probably it's an overly long shot and will need its own plugin. Well, maybe by default it can expand/shrink to a word and one line.Beta Was this translation helpful? Give feedback.
All reactions