dotfiles/terminal/.config
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
..
bash/env.d terminal: Create module to consolidate term utils 2023-01-07 16:11:40 +01:00
bat bat: Add simple configuration 2023-01-07 16:20:31 +01:00
sh/alias.d terminal: Create module to consolidate term utils 2023-01-07 16:11:40 +01:00
tmux terminal: Create module to consolidate term utils 2023-01-07 16:11:40 +01:00
vifm vifm: Fix view mapping always entering view window 2023-06-22 12:38:07 +02:00
wezterm lua: Format with stylua 2023-06-15 10:12:30 +02:00
zsh zsh: Source zsh alias file if it exists 2023-06-20 13:00:16 +02:00