File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
1818source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
1919# source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
2020
21+
22+
2123# Display ISO version and distribution information in short
2224alias version=" sed -n 1p /etc/os-release && sed -n 7p /etc/os-release && sed -n 8p /etc/os-release"
2325
@@ -33,3 +35,8 @@ alias clr-cache="sudo pacman -Scc"
3335alias unlock=" sudo rm /var/lib/pacman/db.lck"
3436alias remove=" sudo pacman -R"
3537alias autoremove=" sudo pacman -Rns"
38+
39+ # keyboard ctrl+arrow key issue solved
40+ bindkey ' ^[[1;5C' forward-word # Ctrl+Right arrow
41+ bindkey ' ^[[1;5D' backward-word # Ctrl+Left arrow
42+
Original file line number Diff line number Diff line change @@ -35,3 +35,8 @@ alias clr-cache="sudo pacman -Scc"
3535alias unlock=" sudo rm /var/lib/pacman/db.lck"
3636alias remove=" sudo pacman -R"
3737alias autoremove=" sudo pacman -Rns"
38+
39+ # keyboard ctrl+arrow key issue solved
40+ bindkey ' ^[[1;5C' forward-word # Ctrl+Right arrow
41+ bindkey ' ^[[1;5D' backward-word # Ctrl+Left arrow
42+
You can’t perform that action at this time.
0 commit comments