mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
Merge branch 'spelling' of https://github.com/EdwardBetts/kitty
This commit is contained in:
commit
9f3112ca56
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ completion_scripts = {
|
|||
'zsh': '''
|
||||
_kitty() {
|
||||
local src
|
||||
# Send all words upto the word the cursor is currently on
|
||||
# Send all words up to the word the cursor is currently on
|
||||
src=$(printf "%s\n" "${(@)words[1,$CURRENT]}" | kitty +complete zsh)
|
||||
if [[ $? == 0 ]]; then
|
||||
eval ${src}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
// *Bell*: Beeps.
|
||||
#define BEL 0x07
|
||||
|
||||
// *Backspace*: Backspace one column, but not past the begining of the
|
||||
// *Backspace*: Backspace one column, but not past the beginning of the
|
||||
// line.
|
||||
#define BS 0x08
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue