dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 653601e925cde714987e87b0d08ee182838b91fb
parent 97303c89c82143e8a35c76c7ace0fafb3832482c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 23 Apr 2019 13:45:40 +0200

Add back `q` binding

Diffstat:
M.config/vifm/vifmrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc @@ -484,6 +484,7 @@ nnoremap <f7> :mkdir<space> nnoremap <f8> :delete<cr> map x :!sxiv -ft * 2>/dev/null &<cr> +nnoremap q ZQ nnoremap o :file &<cr> map E :!$EDITOR %f<cr> map mkd :mkdir<space>