jamesnicolas
jamesnicolas
Came here to see if there was any issue open for supporting WORD in vim (all characters except whitespace) since my muscle memory from tmux vi mode always uses capital...
> @jamesnicolas see https://wezfurlong.org/wezterm/config/lua/keyassignment/CopyMode/MoveForwardWord.html @wez Thank you for reading my comment and finding the config docs to link. I just want to clarify I was talking about the capital W...
> > But if we had `WORD` movements, one press of `W` would look like > > this is partially supported with the `Move forward one word end` command (`e`...
Oh, and yeah I can try my hand at a PR. Will try later today!
@eugenesvk Oh you're right 😅 . I just read the code and saw "let mut words = s.split_word_bounds();" which uses the unicode text segmentation standard. But I didn't see later...
So I know literally nothing about wayland or anything of the sort, so I don't know how important these lines are, but deleting them at least made the window show...
It seems the only time that import needs to read data sources or even look at the configuration at all is for provider-specific configuration. Because I guess during import, terraform...
Even with import blocks, the `terraform import` tool was great for making surgical edits to state without needing completely valid terraform code. I would really like a "dumb" state manipulation...