dbucklin

joined 2 years ago
[–] [email protected] 1 points 2 years ago

I hope it comes with a stylus.

[–] [email protected] 1 points 2 years ago

Interesting commentary on the decision by Ford and GM to back NACS. https://youtu.be/wjny4u5THpU

[–] [email protected] 2 points 2 years ago (1 children)

Not for any technical reason afaik. My LG G7 is plenty modern and has a 3.5mm jack. It also has Bluetooth, so it's not like it's an either/or choice. It's just the manufacturers dictating what choices consumers have.

[–] [email protected] 7 points 2 years ago

"Sure, it might take one year to learn the basics, but it's worth it if you ask me -- or anyone who uses Vim."

This can't be true, but it feels true.

[–] [email protected] 2 points 2 years ago

One of my faves, for navigating buffers. You are using buffers, right?

nnoremap H :bp<cr> 
nnoremap L :bn<cr> 
nnoremap gb :ls<cr>:b 
nnoremap <Leader>g :e#<CR> 
nnoremap <Leader>1 :1b<CR> 
nnoremap <Leader>2 :2b<CR> 
nnoremap <Leader>3 :3b<CR> 
nnoremap <Leader>4 :4b<CR> 
nnoremap <Leader>5 :5b<CR>
nnoremap <Leader>6 :6b<CR> 
nnoremap <Leader>7 :7b<CR> 
nnoremap <Leader>8 :8b<CR> 
nnoremap <Leader>9 :9b<CR> 
nnoremap <Leader>0 :10b<CR>
[–] [email protected] 2 points 2 years ago (5 children)

Hey, I remember reading your gopher posts. Thanks for writing.