Skip to content

Instantly share code, notes, and snippets.

@trapd00r
Created January 28, 2024 12:47
Show Gist options
  • Save trapd00r/53f52d838c2cb27b62b2fb225ced2bee to your computer and use it in GitHub Desktop.
Save trapd00r/53f52d838c2cb27b62b2fb225ced2bee to your computer and use it in GitHub Desktop.
go up
" go up, like in tridactyl
nnoremap gu :call GoUp()<cr>
function! GoUp()
let b:updir = expand('%:h')
execute ':Explore ' . b:updir
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment