dotfiles/terminal
Marty Oehme c8a2236a1c
vifm: Fix view mapping always entering view window
Simplified the view mapping (`w`) to not 'enter' the view window that is
opened by default.

What happened previously is that pressing the mapping
would open the view pane (or create a vertical/horizontal split and then
open the view pane within it if only one pane is visible) and then move
the cursor into it so that you can scroll within.
The issue was that to close the view pane again, one had to exit it
first (through `Shift+w`) which really hurt the quick-glance into a file
and then move on kind of workflow I mostly use previews for.

This commit simplifies the view mapping to allow exactly that, pressing
`w` still does all the things it did previously, only does not move
focus into the preview window so keeps the workflow simpler.
2023-06-22 12:38:07 +02:00
..
.config vifm: Fix view mapping always entering view window 2023-06-22 12:38:07 +02:00
.local/bin terminal: Create module to consolidate term utils 2023-01-07 16:11:40 +01:00
.bash_profile terminal: Create module to consolidate term utils 2023-01-07 16:11:40 +01:00
.bashrc terminal: Create module to consolidate term utils 2023-01-07 16:11:40 +01:00
.zshenv terminal: Create module to consolidate term utils 2023-01-07 16:11:40 +01:00