mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
Initial commit of Zsh Navigation Tools
This commit is contained in:
parent
9c08641d7c
commit
4c292ea2b0
28 changed files with 2273 additions and 0 deletions
10
plugins/zsh-navigation-tools/.config/znt/n-functions.conf
Normal file
10
plugins/zsh-navigation-tools/.config/znt/n-functions.conf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Which editor to use, zed or vared
|
||||
# vared is the default
|
||||
local feditor="zed"
|
||||
# local feditor="vared"
|
||||
|
||||
# How should be current element of the list drawn. Possible values: reverse,
|
||||
# underline. Default (without option set) is reverse
|
||||
# On Linux virtual terminal this will be enforced to reverse (because of poor
|
||||
# underline support on that terminal)
|
||||
# local active_text=underline
|
||||
Loading…
Add table
Add a link
Reference in a new issue