mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(nvim): Build another nvim from scratch
* Neovim: Backup original LazyVim setup to .config/nvim.lazy.d * Neovim: Currently done with basic completions and LSP * Git: Always use ssh to connect github remote * Zsh: Add more antidots config
This commit is contained in:
parent
74f2883139
commit
eeb3387112
53 changed files with 1617 additions and 682 deletions
22
wsl/.bashrc
22
wsl/.bashrc
|
|
@ -1,18 +1,16 @@
|
|||
# Append to original bashrc for minimal setup
|
||||
# echo $DOTFILES/wsl/.bashrc >> ~/.bashrc
|
||||
bind 'set show-mode-in-prompt on'
|
||||
set -o vi
|
||||
|
||||
bind '"\en": "\C-j"'
|
||||
bind '"\ee": "\C-k"'
|
||||
bind '"\ei": "\C-l"'
|
||||
bind -m vi-command '"n": next-history'
|
||||
bind -m vi-command '"e": previous-history'
|
||||
bind -m vi-command '"l": vi-insertion-mode'
|
||||
bind -m vi-command '"L": vi-insert-beg'
|
||||
bind -m vi-command '"i": forward-char'
|
||||
|
||||
bind '"\el": "\ei"'
|
||||
bind '"\eL": "\eI"'
|
||||
# bind -m vi-insert '"\C-r": reverse-search-history"'
|
||||
# bind -m vi-insert '"\C-l": clear-screen'
|
||||
|
||||
bind '"\ek": "\en"'
|
||||
bind '"\eK": "\eN"'
|
||||
|
||||
bind '"\ej": "\ee"'
|
||||
bind '"\eJ": "\eE"'
|
||||
|
||||
bind '"\eY": "\ey$"'
|
||||
bind -m vi-command '"j": vi-end-word'
|
||||
bind -m vi-command '"J": vi-end-word'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue