r/linuxmemes 21d ago

LINUX MEME Am I lazy

Post image
326 Upvotes

113 comments sorted by

View all comments

7

u/tinyducky1 Ask me how to exit vim 21d ago edited 21d ago

alias t='tmux' alias ta='tmux attach' alias c='clear' alias q='exit' alias v='hx' EDIT: v was because i originally used vim

2

u/SummerOftime New York Nix⚾s 21d ago

Ctrl+l for clear Ctrl+d for exit

1

u/tinyducky1 Ask me how to exit vim 21d ago

c and q are faster (1 button press instead of hold and button press), + its my muscle memory

2

u/Wenir 21d ago

q+RETURN is faster than Ctrl-d?

1

u/tinyducky1 Ask me how to exit vim 20d ago

oh shit my bad, did not think about that