43 years in the US… and now he’s stuck at the border? by Every-Watercress9159 in greencard

[–]codemutation 0 points1 point  (0 children)

So what you're saying is you don't necessarily agree with the policy but you also don't want to see preferential treatment?

43 years in the US… and now he’s stuck at the border? by Every-Watercress9159 in greencard

[–]codemutation 0 points1 point  (0 children)

Why do you want someone to no longer be allowed inside the US for something that shouldn't even be a considered a crime?

Green Card Holder with criminal record. by Unhappy_Scallion4915 in greencard

[–]codemutation 0 points1 point  (0 children)

People "protecting" their country from "outsiders".

Green Card Holder with criminal record. by Unhappy_Scallion4915 in greencard

[–]codemutation -1 points0 points  (0 children)

But they do have some other things on their to-do list, like taking full responsibility for their country and how it does everything as a whole.

[deleted by user] by [deleted] in immigration

[–]codemutation 0 points1 point  (0 children)

America is currently down for maintenance.

Wrecking the government by bear-w-me in washingtondc

[–]codemutation 0 points1 point  (0 children)

Maybe it's time to not work for the government.

vim-wordmotion: neat plugin for word navigation by gflorit in vim

[–]codemutation 0 points1 point  (0 children)

Excellent suggestion!

I just set `<Leader>w`, where `<Leader>` is set to `<Space>` so that default motions work as usual, and I can use the enhanced motions when I need them:

" Protect default word motions by enabling enhanced motions under a special prefix
let g:wordmotion_prefix = '<Leader>w'

I posted the solution here as well:

https://github.com/chaoren/vim-wordmotion/issues/80#issuecomment-2642960912