Commit 55c651c02ceffdcf2042db97708f77168997cc51

Add <silent> to ,S mapping
Author: xaizek
Author date (UTC): 2023-03-18 19:32
Committer name: xaizek
Committer date (UTC): 2023-03-18 19:32
Parent(s): 1743008623d1a2d947cadb2de4e6d4f6bf463388
Signing key: 99DC5E4DB05F6BE2
Tree: a0d240255f204166d1a2a05aaaec71b18f2688f9
File Lines added Lines deleted
vifmrc 1 1
File vifmrc changed (mode: 100644) (index 059cc2c..8a42e65)
... ... command! togglesort
229 229 \ | set sort=+name \ | set sort=+name
230 230 \ | echo 'Sorted by name' \ | echo 'Sorted by name'
231 231 \ |endif \ |endif
232 nnoremap ,S :togglesort<cr>
232 nnoremap <silent> ,S :togglesort<cr>
233 233
234 234 " ============================================================================== " ==============================================================================
235 235 " various commands " various commands
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