fix Bash.md and Vim.md. Add some plugin
This commit is contained in:
parent
028d17356d
commit
92922be075
|
@ -139,9 +139,6 @@ Aggiungere il testo seguente al file `.bashrc` per la configurazione:
|
|||
export HSTR_CONFIG=monochromatic # get more colors
|
||||
shopt -s histappend # append new history items to .bash_history
|
||||
export HISTCONTROL=ignorespace # leading space hides commands from history
|
||||
export HISTFILESIZE=10000 # increase history file size (default is 500)
|
||||
export HISTSIZE=${HISTFILESIZE} # increase history size (default is 500)
|
||||
# ensure synchronization between bash memory and history file
|
||||
export PROMPT_COMMAND="history -a; history -n; ${PROMPT_COMMAND}"
|
||||
# if this is interactive shell, then bind hstr to Ctrl-r (for Vi mode check doc)
|
||||
if [[ $- =~ .*i.* ]]; then bind '"\C-r": "\C-a hstr -- \C-j"'; fi
|
||||
|
|
4
Vim.md
4
Vim.md
|
@ -152,6 +152,10 @@ Quando l'installazione è completata, è buona norma cancellare la cache del buf
|
|||
- [https://github.com/mracos/mermaid.vim](https://github.com/mracos/mermaid.vim)
|
||||
- [https://github.com/bbrtj/vim-vorg-md](https://github.com/bbrtj/vim-vorg-md)
|
||||
- [https://github.com/rderik/vim-markdown-toc](https://github.com/rderik/vim-markdown-toc)
|
||||
- [https://github.com/tpope/vim-commentary](https://github.com/tpope/vim-commentary)
|
||||
- [https://clay-atlas.com/us/blog/2021/07/04/vim-en-you-complete-me-plugin-auto-code/](https://clay-atlas.com/us/blog/2021/07/04/vim-en-you-complete-me-plugin-auto-code/)
|
||||
- [https://github.com/ycm-core/YouCompleteMe](https://github.com/ycm-core/YouCompleteMe)
|
||||
- [https://github.com/primitivorm/vim-predictive](https://github.com/primitivorm/vim-predictive)
|
||||
|
||||
Nel caso di `neoclide`, da installare i seguenti moduli:
|
||||
|
||||
|
|
Loading…
Reference in New Issue