Skip to content

Releases: Peter-McKinney/tmux-fzf-open-files-nvim

v1.3.0

08 Jan 17:36
c43b59d
Compare
Choose a tag to compare

Files are now opened in a new neovim tab.
By default, the plugin attempt to open the selected files in a pane running neovim found in the current window. If one is not found, a new horizontal pane is created and an instance of neovim is started to open the files.
A utility script found in utilities/fzf_files.sh can be used outside of this plugin to run the tmux fzf file searching process
A new command exists for searching all pane history in a neovim window activated with prefix + A by default.
Performance has been increased significantly when searching large pane histories.

v1.2.0

28 Dec 09:20
109b086
Compare
Choose a tag to compare

Files will now open in new tabs.
Files will open in an existing neovim pane if one exists in the current tmux window. If not, a new tmux pane will be created and a new instance of neovim will be started.

v1.1.2

27 Jul 04:03
Compare
Choose a tag to compare
  • Fix issue opening files at row,col would not target the col correctly

v1.1.1

27 Jul 03:37
Compare
Choose a tag to compare
  • Add sed script to remove empty entries before fzf

v1.1.0

27 Jul 01:20
2743c7a
Compare
Choose a tag to compare
  • Add dev scripts for easily linking plugin locally and restoring github in .tmux.conf
  • Add support for line number locations when opening files in neovim. Files with line numbers will now open at the line number location.

v1.0.0

18 Jul 06:40
Compare
Choose a tag to compare
Add parse tests