From 3795b20a597bcf41d0c45278461aaf0eabbbaa58 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sun, 19 Mar 2023 14:55:07 +0100 Subject: [PATCH] vifm: Add new tab mapping --- terminal/.config/vifm/vifmrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/terminal/.config/vifm/vifmrc b/terminal/.config/vifm/vifmrc index 845bcc9..1bd6f73 100644 --- a/terminal/.config/vifm/vifmrc +++ b/terminal/.config/vifm/vifmrc @@ -227,6 +227,9 @@ nnoremap e :!nvim %f " Open file in the background using its default program nnoremap gb :file &l +" create a tab +nnoremap t :tabnew + " yank current directory path into the clipboard " clip is universal clipper from `sh` module nnoremap yd :!echo -n %d | clip %i