vim inputrc

This commit is contained in:
thek4n 2024-10-28 09:21:19 +03:00
parent dc0ab73547
commit d365bdc6ff
3 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@ declare -r -A TARGETS=(
["bash"]=".config/bash .bashrc .profile %tmux %colors" ["bash"]=".config/bash .bashrc .profile %tmux %colors"
["zsh"]="%bash .config/zsh .zshenv .inputrc" ["zsh"]="%bash .config/zsh .zshenv .inputrc"
["alacritty"]=".config/alacritty" ["alacritty"]=".config/alacritty"
["nvim"]=".config/nvim .editorconfig .local/bin/vim_askpass_helper" ["nvim"]=".config/nvim .editorconfig .inputrc .editrc .local/bin/vim_askpass_helper"
["ssh"]="" ["ssh"]=""
["less"]=".lesskey" ["less"]=".lesskey"
["git"]=".config/git" ["git"]=".config/git"

1
home/user/.editrc Normal file
View File

@ -0,0 +1 @@
bind -v

View File

@ -1,7 +1,8 @@
$include /etc/inputrc
set horizontal-scroll-mode Off set horizontal-scroll-mode Off
set editing-mode vi set editing-mode vi
set keymap vi set keymap vi
set convert-meta on set convert-meta on
set bell-style none set bell-style none
set show-mode-in-prompt on
$include /etc/inputrc