summaryrefslogtreecommitdiff
path: root/vifm
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2024-01-19 18:43:17 +0000
committerRafael Marçalo <raroma09@gmail.com>2024-01-19 18:43:17 +0000
commitc2e3f508e789cd3fdf80c97e40112a25325ccb05 (patch)
treeab68f49f24eeec9c4fd4a04878edcdf91e97564a /vifm
parentce4598a6bb40c4f535c9eb9916db6d789cf36461 (diff)
Custom colorscheme support
Diffstat (limited to 'vifm')
-rw-r--r--vifm/.config/vifm/vifmrc1
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>