diff options
author | Rafael Marçalo <raroma09@gmail.com> | 2024-01-19 18:43:17 +0000 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2024-01-19 18:43:17 +0000 |
commit | c2e3f508e789cd3fdf80c97e40112a25325ccb05 (patch) | |
tree | ab68f49f24eeec9c4fd4a04878edcdf91e97564a /vifm | |
parent | ce4598a6bb40c4f535c9eb9916db6d789cf36461 (diff) |
Custom colorscheme support
Diffstat (limited to 'vifm')
-rw-r--r-- | vifm/.config/vifm/vifmrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vifm/.config/vifm/vifmrc b/vifm/.config/vifm/vifmrc index f10bc51..0dabfeb 100644 --- a/vifm/.config/vifm/vifmrc +++ b/vifm/.config/vifm/vifmrc @@ -425,6 +425,7 @@ nnoremap gl :!sxiv -t *<cr> " Set Wallpaper nnoremap wp :!colorset %d/%c<cr> +nnoremap ws :!walset %d/%c<cr> " Start shell in current directory nnoremap s :shell<cr> |