Commit 0606bf3e76178d55b79d0f9175a2dcc30be22aba

Add sign command to generate GPG signature
Author: xaizek
Author date (UTC): 2023-03-18 19:33
Committer name: xaizek
Committer date (UTC): 2023-03-18 19:33
Parent(s): 792fec9950be5b5c8ab848301ce42d043a307157
Signing key: 99DC5E4DB05F6BE2
Tree: ecca9fe24ecf26a5ab1738d0c47d9b2a414d8b07
File Lines added Lines deleted
vifmrc 3 0
File vifmrc changed (mode: 100644) (index 90f62eb..35f5ba4)
... ... nnoremap <silent> ,S :togglesort<cr>
237 237 " makes a backup copy " makes a backup copy
238 238 command! bak :clone %c.bak command! bak :clone %c.bak
239 239
240 " makes a detached signature (.asc)
241 command! sign gpg2 --armor --detach-sign %c
242
240 243 " creates directory and immediately enters it " creates directory and immediately enters it
241 244 command! mkcd :mkdir %a | cd %a command! mkcd :mkdir %a | cd %a
242 245 command! mkcd! :mkdir! %a | cd %a command! mkcd! :mkdir! %a | cd %a
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotvifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotvifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master