]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/zsh-navigation-tools/NEWS
acd9f2ebca82f6766c6934e8164acea3d0a53d59
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / zsh-navigation-tools / NEWS
1 -------------------------------------
2 CHANGES FROM PREVIOUS VERSIONS OF ZNT
3 -------------------------------------
4
5 Changes from 2.2.1 to 2.2.7
6 ---------------------------
7
8 Tmux integration has been added – bind file znt-tmux.zsh in Tmux as
9 described in README.md and e.g. run local history on remote hosts. Tmux
10 opens new window with n-history, and pastes selected history entry into
11 immediate previous window (e.g. a remote session). Fixed plugin.zsh file
12 to not use (outer scope) positional parameters. This fixes problem with
13 Grlm's Zsh configuration. The file now doesn't use "test" builtin (but
14 [[ instead), because it can be shadowed by alias or command. Private
15 history has been fixed to not overwrite its history file with the same
16 content. This improves performance when switching to private history
17 view.