Skip to content

Commit

Permalink
Corrected some spelling errors etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Jul 13, 2024
1 parent 64191ee commit acccbe8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2110,3 +2110,4 @@ dircolors
nordtheme
Nord
nordtheme
eza
2 changes: 1 addition & 1 deletion bash/use_fzf.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ unknown option: --wrap-sign

Which is a problem, since it seems that the `fzf` version is not compatible with the `key-bindings.bash` file and `--wrap-sign` was not introduced until version `0.54.0`.

I did clone the repository, so I could use the files in the `shell/` directory, but now I get a mainte nance mix of versions and management options for a single tool.
I did clone the repository, so I could use the files in the `shell/` directory, but now I get a maintenance mix of versions and management options for a single tool.

- I could hard-copy the `key-bindings.bash` file and remove the `--wrap-sign` option, but I would rather use the `fzf` version from the repository
- I could checkout the GitHub repository at a certain revision, but then I would have to manage the version myself
Expand Down
1 change: 0 additions & 1 deletion itermapp/use_cool_themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ Does require **vim-plug** for use, see my TIL on [how to use vim-plug](../vim/us
[dircolors]: https://github.com/nordtheme/dircolors
[tmux]: https://github.com/nordtheme/tmux
[vim]: https://github.com/nordtheme/vim

2 changes: 1 addition & 1 deletion vim/cannot_install_vim_plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ I experiences this issue with the Nord theme, where the documentation states:
Plug 'arcticstudio/nord-vim'
```

But the GtiHub repository is called `nordtheme/vim`.
But the GitHub repository is called `nordtheme/vim`.

So my `.vimrc` ended up looking like this:

Expand Down

0 comments on commit acccbe8

Please sign in to comment.