1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-26 04:57:45 +01:00

vifm: added shortcut for printing

This commit is contained in:
tiyn 2023-12-04 04:37:59 +01:00
parent 2c80a5e212
commit d45a233cdb

View File

@ -461,6 +461,10 @@ nnoremap cc cw<c-u>
nnoremap xx :!vifm_extract %f<cr>
nnoremap aa :!vifm_compress %f 7z
" Mapping cups printing
nnoremap rr :!lp %f<cr>
vnoremap rr :!lp %f<cr>
" ------------------------------------------------------------------------------
" Various customization examples