diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-08-04 19:55:13 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-08-04 19:55:13 -0400 |
| commit | 78ee3599b3074caa8f8c0ac08e5c077b95cd1b2a (patch) | |
| tree | a26d976048fd63150f0ac6a0a8ffdc76ba8e463a /.config/i3/i3_guide.rmd | |
| parent | 609f7476c4f4f91c8f16d390e05f4453d4b111a8 (diff) | |
| download | eibhear-78ee3599b3074caa8f8c0ac08e5c077b95cd1b2a.tar.gz eibhear-78ee3599b3074caa8f8c0ac08e5c077b95cd1b2a.tar.zst eibhear-78ee3599b3074caa8f8c0ac08e5c077b95cd1b2a.zip | |
dox on vi mode in shell
Diffstat (limited to '.config/i3/i3_guide.rmd')
| -rw-r--r-- | .config/i3/i3_guide.rmd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/i3/i3_guide.rmd b/.config/i3/i3_guide.rmd index 804fee5..f0d9f81 100644 --- a/.config/i3/i3_guide.rmd +++ b/.config/i3/i3_guide.rmd @@ -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 *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 If you're new to i3, notice the status bar on the top of the screen. To the |
