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 |
|
|