mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-22 10:42:42 +00:00
Sync from Windows
This commit is contained in:
parent
8a7397c426
commit
d5f8d807b9
80 changed files with 6079 additions and 5097 deletions
18
wsl/.bashrc
Normal file
18
wsl/.bashrc
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Append to original bashrc for minimal setup
|
||||
# echo $DOTFILES/wsl/.bashrc >> ~/.bashrc
|
||||
set -o vi
|
||||
|
||||
bind '"\en": "\C-j"'
|
||||
bind '"\ee": "\C-k"'
|
||||
bind '"\ei": "\C-l"'
|
||||
|
||||
bind '"\el": "\ei"'
|
||||
bind '"\eL": "\eI"'
|
||||
|
||||
bind '"\ek": "\en"'
|
||||
bind '"\eK": "\eN"'
|
||||
|
||||
bind '"\ej": "\ee"'
|
||||
bind '"\eJ": "\eE"'
|
||||
|
||||
bind '"\eY": "\ey$"'
|
||||
Loading…
Add table
Add a link
Reference in a new issue