Commit 792fec9950be5b5c8ab848301ce42d043a307157

Add :bak command to "clone %c.bak"
Useful for temporary backups.
Author: xaizek
Author date (UTC): 2023-03-18 19:32
Committer name: xaizek
Committer date (UTC): 2023-03-18 19:32
Parent(s): 55c651c02ceffdcf2042db97708f77168997cc51
Signing key: 99DC5E4DB05F6BE2
Tree: 7d9336fbb173fefe6b2f5a5ea790e3b08292b680
File Lines added Lines deleted
vifmrc 3 0
File vifmrc changed (mode: 100644) (index 8a42e65..90f62eb)
... ... nnoremap <silent> ,S :togglesort<cr>
234 234 " ============================================================================== " ==============================================================================
235 235 " various commands " various commands
236 236
237 " makes a backup copy
238 command! bak :clone %c.bak
239
237 240 " creates directory and immediately enters it " creates directory and immediately enters it
238 241 command! mkcd :mkdir %a | cd %a command! mkcd :mkdir %a | cd %a
239 242 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