-
I had already knows that
lessis more thanmore. So I navigated around some files usinglessand its keybindings. -
I customized my
PS1 -
I made a custom fetch script that I had been craving to make ever since I saw
fet.sh. Yes I took inspiration (and sometimes copied also) fromneofetchandfet.sh. -
I also spent the day making a color scheme (:banana: :fish:) for alacritty.
-
mamark a page inlesswithato later return to it. -
'agoto the page marked withainless(when viewing the file, which had been marked and the session not closed). -
gto go to the beginning of the document inless,ggor1Gin vim. -
I will prefer searching with
/over?though I will have to escape regex meta characters when doing so, example, to search for a line having /home/devpogi, the pattern I will have to enter inlessis/\/home\/devpogi. -
fandbwork the same as Ctrl + f and Ctrl + b respectively, so I will stick withfandbfor forward and backward one page, inless. -
vto edit the currently viewing file (inless) in preconfigured text editor (it defaults tonano, but I have to change it to vim). -
press Ctrl + r again for the next matching result from the
history, however, if you accidently pass over the command, you can do Ctrl + s, to go back, however, prssing that might freeze the terminal (like it does in alacritty) and then you will have to press Ctrl + q to unfreeze, or you can add the linestty -ixonto~/.bashrcto disable freezing, but I haven't done that yet. -
searching (with Ctrl + r) after you have typed a part of the command section from 2nd reading (listed below) was a good read.
- Unix Less Command: 10 Tips for Effective Navigation
- How To Use Bash History Commands and Expansions...
- BASH Shell commands less
- Tab completion
- What are dotfiles?
- Nano editor tutorials
I was feeling down yesterday because I could not completely ready all of the links in the "Extensions" section that had been posted for last 4 days. so I told this to u/snori74 and to my surprise, he said that don't take stress and don't let it make you overwhelmed "think of them as Part II and skip them for now" "but do complete them in the next month" I guess that is a fine advice and it lifted the burden of my brain. I had thought I would be reading all of other people's comments too and learn from them. However, I guess that will have to wait until next month. I will try to complete all the tasks each day this month. And will look into the readings once again next month, along with reading other peoples comments and trying to solve the tasks without any help. That will perhaps be a kind of revision, and surely worth it.