We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b72c4 commit 03f4382Copy full SHA for 03f4382
plugin/fern_hijack.vim
@@ -8,6 +8,7 @@ function! s:hijack_directory() abort
8
if !isdirectory(path)
9
return
10
endif
11
+ bwipeout .
12
execute printf('keepjumps keepalt Fern %s', fnameescape(path))
13
endfunction
14
0 commit comments