Philipp Szechenyi

Results 26 comments of Philipp Szechenyi

> But why? Lazyvim is great, but it's a little bit more bloated than kickstart. Also if you are used to the few keymappings kickstart has, lazyvim is quite different....

Please leave it as it is, I think it's really annoying for pair programming or pointing something out to a colleague in a zoom meeting. If you need it it's...

I just found out there is a hybrid option in vim, where the current one displays the actual line number instead of zero. That would be a nice compromise

This is really cool aswell: Relative in normal mode, absolute in insert mode: ``` autocmd InsertEnter * :set norelativenumber autocmd InsertLeave * :set relativenumber ``` But I really have to...

i should have clarified: with speed i meant editing speed. i can just select whole lines to edit, without having to remove `❯ ` which would make my editing process...

![Screenshot 2024-05-16 at 08 27 51](https://github.com/mikesmithgh/kitty-scrollback.nvim/assets/45265588/78a72fbe-cd8e-4885-b1e2-13e5ea3162ed) this is my prompt, but i have to admit, i never knew of `Y` before, all i did was: go to the char i...