Commit f31fa3dd596c83917edb2787cd0d00aedb6b0b00

Force file editing on E key
`i` isn't enough because it uses associated programs.
Author: xaizek
Author date (UTC): 2018-12-16 12:12
Committer name: xaizek
Committer date (UTC): 2018-12-16 12:12
Parent(s): 67a57a2dc2a040330cea744eccb8640a5291741d
Signing key: 99DC5E4DB05F6BE2
Tree: 60c2a251d90cac286cf5805b07c059307e17f856
File Lines added Lines deleted
vifmrc 3 0
File vifmrc changed (mode: 100644) (index e9dfb21..192f90a)
... ... nnoremap f/ /^
206 206 " substitute in all files " substitute in all files
207 207 nnoremap as :%s/ nnoremap as :%s/
208 208
209 " force file editing rather than opening it
210 nnoremap E :edit<cr>
211
209 212 " use space and shift-tab as tab in quick view mode " use space and shift-tab as tab in quick view mode
210 213 qnoremap <space> <tab> qnoremap <space> <tab>
211 214 qnoremap <s-tab> <tab> qnoremap <s-tab> <tab>
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