diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-10-25 18:33:00 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-10-25 18:33:00 +0000 |
commit | b6726af45a1bc244923ff7ab7f6c822e0e4df66a (patch) | |
tree | c6caa9f169ec751ab04d6887a82b56f17a63ed09 /.inputrc | |
parent | 765ad318ba833b744b1e4078abadf8fda11084ea (diff) | |
download | dotfiles-b6726af45a1bc244923ff7ab7f6c822e0e4df66a.tar dotfiles-b6726af45a1bc244923ff7ab7f6c822e0e4df66a.tar.gz dotfiles-b6726af45a1bc244923ff7ab7f6c822e0e4df66a.tar.bz2 dotfiles-b6726af45a1bc244923ff7ab7f6c822e0e4df66a.tar.lz dotfiles-b6726af45a1bc244923ff7ab7f6c822e0e4df66a.tar.xz dotfiles-b6726af45a1bc244923ff7ab7f6c822e0e4df66a.tar.zst dotfiles-b6726af45a1bc244923ff7ab7f6c822e0e4df66a.zip |
Update neovim, inputrc and bootstrap.sh
Update neovim to use vscode-langservers-extracted
Make bootstrap.sh a bit more POSIX compliant
Diffstat (limited to '.inputrc')
-rw-r--r-- | .inputrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ set show-mode-in-prompt on "\e[1;5C": forward-word set show-all-if-unmodified on -set show-all-if-ambiguous on +set show-all-if-ambiguous off # Color files by types # Note that this may cause completion text blink in some terminals (e.g. xterm). |