mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
refractor: Reorganise dotfiles structures
This commit is contained in:
parent
2bd9138a5f
commit
bd5ca49c3e
131 changed files with 43 additions and 114 deletions
16
platforms/wsl/.bashrc
Normal file
16
platforms/wsl/.bashrc
Normal file
|
|
@ -0,0 +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 -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 -m vi-insert '"\C-r": reverse-search-history"'
|
||||
# bind -m vi-insert '"\C-l": clear-screen'
|
||||
|
||||
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