GitXplorerGitXplorer
h

floaterm-gf

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
0c5098c4c389b5395edde7d2dcb040fb5878bb23

Drop trailing space

hhoxell committed 2 years ago
Unverified
ce62ce9e7265bb0615d8ce1253e708ebae0cffed

Fix: Only remap gf and gF for floaterm

hhoxell committed 2 years ago
Unverified
f76021ccd088166bf2535466daff478bd78c3a38

Add gif demonstrating usage to readme

hhoxell committed 2 years ago
Unverified
5079d77d87c04f67c9945876b7b21c3b047852da

Add simmple doc

hhoxell committed 2 years ago
Unverified
d4fe2d3df42d6c3ce69ca12cc87c26a42b40add5

Update readme

hhoxell committed 2 years ago
Unverified
b070ede26c1a933497c77d99ff985476dbc940a8

Initial version

hhoxell committed 2 years ago

README

The README file for this repository.

floaterm-gf

Enabling gf and gF in floaterm such that the file under the cursor will be opened in a normal window (as opposed to the floating window wrapping the terminal emulator.

Customization

By default, gf and gF are mapped to go to file and go to file and line, respectively, but you can override these by creating your own mappings:

nnoremap <your_own_mapping_gf> <Plug>FloatermGotoFile;
nnoremap <your_own_mapping_gF> <Plug>FloatermGotoFileAndLine;

Using gf in floaterm