|
I want that when the cursor is at the beginning of a line (so on the first non space character) to have the tab push the text like standard tab does. Currently on most lines it jumps to some other position in the line. |
Answered by
abecodes
Dec 23, 2023
Replies: 1 comment 4 replies
|
Hi @yanshay , These settings are your friend. Happy holidays and stay healthy |
4 replies
Answer selected by
abecodes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @yanshay ,
These settings are your friend.
Normally
act_as_tabshould already capture this behavior, but only, if it is truly the beginning of the line.If it is after a tab etc, you need to hit <C(trl)-t> to get a tab forward and a <C(trl)-d> for backwards. Both are standard in (n)vim.
Happy holidays and stay healthy