Commit a8c981dbbcd6544bf80db4a81bbbb691d0635cf8

Perform full restart after editing config
Author: xaizek
Author date (UTC): 2025-10-04 15:45
Committer name: xaizek
Committer date (UTC): 2025-10-04 15:45
Parent(s): 94916b1b43f02932df95f29b98581d8be8e619de
Signing key: 99DC5E4DB05F6BE2
Tree: 8819cdf895b77519e5830aa2b9b8906c5fd12baa
File Lines added Lines deleted
vifmrc 1 1
File vifmrc changed (mode: 100644) (index 23053f2..5e7f5ca)
... ... nnoremap cc cW<c-u>
199 199 nnoremap A cw nnoremap A cw
200 200
201 201 " open vim to edit .vifmrc " open vim to edit .vifmrc
202 nnoremap ,c :write | execute ':!%n${EDITOR:-vim} $MYVIFMRC' | restart<cr>
202 nnoremap ,c :write | execute ':!%n${EDITOR:-vim} $MYVIFMRC' | restart full<cr>
203 203 " open gvim to edit .vifmrc " open gvim to edit .vifmrc
204 204 nnoremap ,C :!gvim --remote-tab-silent $MYVIFMRC &<cr> nnoremap ,C :!gvim --remote-tab-silent $MYVIFMRC &<cr>
205 205
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