dox on vi mode in shell
This commit is contained in:
parent
609f7476c4
commit
78ee3599b3
2 changed files with 7 additions and 0 deletions
|
@ -45,6 +45,12 @@ If you'd like to change any of these keyboard changes, you need only open and
|
||||||
change `~/.scripts/remaps`. Actually, this should go without saying, but
|
change `~/.scripts/remaps`. Actually, this should go without saying, but
|
||||||
*everything* here can easily be changed.
|
*everything* here can easily be changed.
|
||||||
|
|
||||||
|
Additionally, while this isn't a part of i3, the default editing mode in the
|
||||||
|
shell is using vi bindings. If you want to learn more of this, run
|
||||||
|
`Mod+Super+E` and type and select the option for "vi mode in shell". This
|
||||||
|
setting can be changed if you don't like it by deleting or commenting out the
|
||||||
|
contents of `~/.inputrc`.
|
||||||
|
|
||||||
## The Status Bar
|
## The Status Bar
|
||||||
|
|
||||||
If you're new to i3, notice the status bar on the top of the screen. To the
|
If you're new to i3, notice the status bar on the top of the screen. To the
|
||||||
|
|
|
@ -11,6 +11,7 @@ zathura
|
||||||
gpg keys https://www.youtube.com/watch?v=DMGIlj7u7Eo
|
gpg keys https://www.youtube.com/watch?v=DMGIlj7u7Eo
|
||||||
calcurse https://www.youtube.com/watch?v=hvc-pHjbhdE
|
calcurse https://www.youtube.com/watch?v=hvc-pHjbhdE
|
||||||
urlview https://www.youtube.com/watch?v=IgzpAjFgbCw
|
urlview https://www.youtube.com/watch?v=IgzpAjFgbCw
|
||||||
|
vi mode in shell https://www.youtube.com/watch?v=GqoJQft5R2E
|
||||||
"
|
"
|
||||||
|
|
||||||
mpv $(grep -P "^$(grep https: <<< $vidlist | sed 's/\t.*//g' | dmenu -i -p "Learn about what? (ESC to cancel)" -l 5)\t" <<<$vidlist | sed 's/.*\t//')
|
mpv $(grep -P "^$(grep https: <<< $vidlist | sed 's/\t.*//g' | dmenu -i -p "Learn about what? (ESC to cancel)" -l 5)\t" <<<$vidlist | sed 's/.*\t//')
|
||||||
|
|
Loading…
Reference in a new issue