Vi editor: deleting a portion of a line

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Consider the following line of python code:
columns = ["registered","casual","counts", "workingday", "month", "dteday"]
I often need to remove one or more strings from such a list. What is the most efficient way to do this? I usually move cursor to beginning of first word and use visual mode to highlight and then delete the relevant strings. This is pretty inefficient as the quotation marks render the e command less effective; is there a better way to do this?
vim
New contributor
Patrick Connors is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
0
down vote
favorite
Consider the following line of python code:
columns = ["registered","casual","counts", "workingday", "month", "dteday"]
I often need to remove one or more strings from such a list. What is the most efficient way to do this? I usually move cursor to beginning of first word and use visual mode to highlight and then delete the relevant strings. This is pretty inefficient as the quotation marks render the e command less effective; is there a better way to do this?
vim
New contributor
Patrick Connors is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Consider the following line of python code:
columns = ["registered","casual","counts", "workingday", "month", "dteday"]
I often need to remove one or more strings from such a list. What is the most efficient way to do this? I usually move cursor to beginning of first word and use visual mode to highlight and then delete the relevant strings. This is pretty inefficient as the quotation marks render the e command less effective; is there a better way to do this?
vim
New contributor
Patrick Connors is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Consider the following line of python code:
columns = ["registered","casual","counts", "workingday", "month", "dteday"]
I often need to remove one or more strings from such a list. What is the most efficient way to do this? I usually move cursor to beginning of first word and use visual mode to highlight and then delete the relevant strings. This is pretty inefficient as the quotation marks render the e command less effective; is there a better way to do this?
vim
vim
New contributor
Patrick Connors is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Patrick Connors is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Patrick Connors is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 5 mins ago
Patrick Connors
1011
1011
New contributor
Patrick Connors is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Patrick Connors is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Patrick Connors is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Patrick Connors is a new contributor. Be nice, and check out our Code of Conduct.
Patrick Connors is a new contributor. Be nice, and check out our Code of Conduct.
Patrick Connors is a new contributor. Be nice, and check out our Code of Conduct.
Patrick Connors is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f474890%2fvi-editor-deleting-a-portion-of-a-line%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password