fcitx, screenkeys for awesome, ctrlv to edit lines

This commit is contained in:
David Chen 2019-10-25 09:58:32 -07:00
parent 03b1acebba
commit b6f39a8998

View file

@ -61,7 +61,7 @@
## Edit line in vim with ctrl-e:
autoload edit-command-line; zle -N edit-command-line
bindkey '^e' edit-command-line
bindkey '^v' edit-command-line
# Load aliases and shortcuts if existent.
#[ -f "$HOME/.config/shortcutrc" ] && source "$HOME/.config/shortcutrc"