From d45fa49d4b7fdc3131fc92ea35b4285c4755046e Mon Sep 17 00:00:00 2001 From: tdro Date: Mon, 14 Dec 2020 21:41:13 -0500 Subject: .vimrc: Use $TERMINAL --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 632d9fc..be1573f 100644 --- a/.vimrc +++ b/.vimrc @@ -215,7 +215,7 @@ nmap ob :BLines nmap op :History nmap oc :History: nmap ol :Locate -nmap ot :exe '! urxvt -cd ' . expand('%:p:h') . ' &' +nmap ot :exe '!$TERMINAL -cd ' . expand('%:p:h') . ' &' nmap of :call fzf#run({'options': [], 'source': "cat $FZF_FILE_MARKS", 'sink': 'e', 'down': '20%'}):pwd nmap od :call fzf#run({'options': ['--preview', 'ls {}'], 'source': "cut -d' ' -f3 $FZF_DIRECTORY_MARKS", 'sink': 'cd', 'down': '20%'}):pwd nmap oo :call fzf#run({'options': ['--preview', 'highlight -O ansi --force {}'], 'source': 'rg --files --hidden \|\| find . -type f -printf "%P\n"', 'sink': 'e', 'down': '20%'}) -- cgit v1.2.3