Commit 6e1d0151c4120c8ce9f802bc68c461075ac45913

Add mappings to move between sibling directories
Author: xaizek
Author date (UTC): 2020-06-02 17:35
Committer name: xaizek
Committer date (UTC): 2020-06-02 17:35
Parent(s): 1ca22d0ea3d3d12fba5e1c57bf478c8aa1c63f2b
Signing key: 99DC5E4DB05F6BE2
Tree: 828cacbb605cc3df7c0f25a0ad56ef83c6f02b62
File Lines added Lines deleted
vifmrc 4 0
File vifmrc changed (mode: 100644) (index 3c2ac42..4ce1b18)
... ... vnoremap <silent> w :view<cr>gv
181 181 nnoremap <silent> J <space>j<space> nnoremap <silent> J <space>j<space>
182 182 nnoremap <silent> K <space>k<space> nnoremap <silent> K <space>k<space>
183 183
184 " moving though sibling directories
185 nnoremap <c-j> ]R
186 nnoremap <c-k> [R
187
184 188 " open file in the background using its default program " open file in the background using its default program
185 189 nnoremap <silent> gb :file &<cr>l nnoremap <silent> gb :file &<cr>l
186 190
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