GiorgosXou / init.lua

init.lua | Providing you with the capabilities of NVIM throught the familiarity of VSCode's keybindings.
28 stars 1 forks source link

idea: shift up/down selection and indent/unindent highlighted block #4

Open airtonix opened 1 year ago

airtonix commented 1 year ago

shift + down or shift + up doesn't result in a highlighted selection.

and then once we get selection blocks, indent/unindent with tab and shift + tab

GiorgosXou commented 1 year ago

Which terminal emulator do you use?

airtonix commented 1 year ago

At the moment, it's gnome-terminal or xterm

GiorgosXou commented 1 year ago

From what I remember gnome-terminal had no issues with shift+ArrowUp \ArrowDown (remaping keys on it is quite tricky though)

Maybe you could see inside nvim what the shortcut shift+arrowkey prints after typing a :^V and the shortcut, like: init0issue gif

GiorgosXou commented 1 year ago

what distro do you use?