aboutsummaryrefslogtreecommitdiff
path: root/.inputrc
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2022-10-25 18:33:00 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2022-10-25 18:33:00 +0000
commitb6726af45a1bc244923ff7ab7f6c822e0e4df66a (patch)
treec6caa9f169ec751ab04d6887a82b56f17a63ed09 /.inputrc
parent765ad318ba833b744b1e4078abadf8fda11084ea (diff)
downloaddotfiles-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--.inputrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.inputrc b/.inputrc
index 49e7407..7b76213 100644
--- a/.inputrc
+++ b/.inputrc
@@ -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).