vim
cursor at the end of the first line on replies, and forks. I have tried adding to this to jenny
's configuration:
"editor": "vim \"+normal $\"",
But that doesn't work. How would you go about it?
# I am the Watcher. I am your guide through this vast new twtiverse. # # Usage: # https://watcher.sour.is/api/plain/users View list of users and latest twt date. # https://watcher.sour.is/api/plain/twt View all twts. # https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri. # https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject. # # Options: # uri Filter to show a specific users twts. # offset Start index for quey. # limit Count of items to return (going back in time). # # twt range = 1 21 # self = https://watcher.sour.is/conv/hsdxmtq
vim
cursor at the end of the first line on replies, and forks. I have tried adding to this to jenny
's configuration:
"editor": "vim \"+normal $\"",
vim "+normal $"
, how cool! :-) Thanks @quark!
VISUAL
environment variable). It probably should. I’ll fix it.Shift-A
in Vim to append text to the end of the line. Is that what you want? 😅
VISUAL
environment variable). It probably should. I’ll fix it.Shift-A
in Vim to append text to the end of the line. Is that what you want? 😅
VISUAL
environment variable). It probably should. I’ll fix it.Shift-A
in Vim to append text to the end of the line. Is that what you want? 😅
VISUAL
environment variable). It probably should. I’ll fix it.Shift-A
in Vim to append text to the end of the line. Is that what you want? 😅
startinsert
set on my .vimrc
, so I will either have to take it out, or exit insert, $
, then insert again. I think the way you do it would be the way to go.VISUAL
to be something like vim -c 'star!'
, which does the same thing, but no dice. :-/
startinsert
set on my .vimrc
, so I will either have to take it out, or exit insert, $
, then insert again. I think the way you do it would be the way to go.VISUAL
to be something like vim -c 'star!'
, which does the same thing, but no dice. :-/
startinsert
, didn’t even know that existed, tbh. 😅sh -c ...
, i.e. it is supposed to be just a path like /usr/bin/vim
. I was just stumped by this myself and I think I’ll soon push a patch to allow setting something like vim -c foo
..vimrc
:startinsert
, didn’t even know that existed, tbh. 😅sh -c ...
, i.e. it is supposed to be just a path like /usr/bin/vim
. I was just stumped by this myself and I think I’ll soon push a patch to allow setting something like vim -c foo
..vimrc
:startinsert
, didn’t even know that existed, tbh. 😅sh -c ...
, i.e. it is supposed to be just a path like /usr/bin/vim
. I was just stumped by this myself and I think I’ll soon push a patch to allow setting something like vim -c foo
..vimrc
:startinsert
, didn’t even know that existed, tbh. 😅sh -c ...
, i.e. it is supposed to be just a path like /usr/bin/vim
. I was just stumped by this myself and I think I’ll soon push a patch to allow setting something like vim -c foo
..vimrc
:au BufNewFile,BufRead jenny-posting.eml setl completefunc=jenny#CompleteMentions fo-=t wrap
, from jenny
. How would I go to incorporate that there?
au BufNewFile,BufRead jenny-posting.eml setl completefunc=jenny#CompleteMentions fo-=t wrap
, from jenny
. How would I go to incorporate that there?