Commit 2848df96b32c9bc187245e5915c765991f4b0a30

Add <silent> to three mappings
Author: xaizek
Author date (UTC): 2020-03-16 10:34
Committer name: xaizek
Committer date (UTC): 2020-03-16 10:34
Parent(s): a90ce7907e98ed43c749b8341d63ad794d5e9bdc
Signing key: 99DC5E4DB05F6BE2
Tree: 50432752d92739020a8e77ed8c22cfb74701e56a
File Lines added Lines deleted
vifmrc 3 3
File vifmrc changed (mode: 100644) (index 192f90a..b283d35)
... ... nnoremap ,c :write | execute ':!%n${EDITOR:-vim} $MYVIFMRC' | restart<cr>
198 198 nnoremap ,C :!gvim --remote-tab-silent $MYVIFMRC &<cr> nnoremap ,C :!gvim --remote-tab-silent $MYVIFMRC &<cr>
199 199
200 200 " toggle wrap setting on ,w key " toggle wrap setting on ,w key
201 nnoremap ,w :set invwrap<cr>
201 nnoremap <silent> ,w :set invwrap<cr>
202 202
203 203 " faster search of files that start with a particular string " faster search of files that start with a particular string
204 204 nnoremap f/ /^ nnoremap f/ /^
 
... ... nnoremap O :!gvim %f &<cr>
263 263 set viewcolumns=*{name}..,6{}. set viewcolumns=*{name}..,6{}.
264 264
265 265 " brief information about files " brief information about files
266 nnoremap ,b :set viewcolumns=*{name}..,6{}.<cr>
266 nnoremap <silent> ,b :set viewcolumns=*{name}..,6{}.<cr>
267 267 " detailed information about files " detailed information about files
268 nnoremap ,d :set viewcolumns=*{name}.,10{perms},12{uname},-7{gname},10{size}.,20{mtime}<cr>
268 nnoremap <silent> ,d :set viewcolumns=*{name}.,10{perms},12{uname},-7{gname},10{size}.,20{mtime}<cr>
269 269
270 270 " ============================================================================== " ==============================================================================
271 271 " tabs " tabs
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