소스 검색

kitty: enable hints kitten

raylu 8 달 전
부모
커밋
e5015e5d4e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      config/kitty/kitty.conf

+ 2 - 2
config/kitty/kitty.conf

@@ -1368,12 +1368,12 @@ map kitty_mod+p>f kitten hints --type path --program -
 
 #: Select a path/filename and open it with the default open program.
 
-# map kitty_mod+p>l kitten hints --type line --program -
+map kitty_mod+p>l kitten hints --type line --program -
 
 #: Select a line of text and insert it into the terminal. Use for the
 #: output of things like: ls -1
 
-# map kitty_mod+p>w kitten hints --type word --program -
+map kitty_mod+p>w kitten hints --type word --program -
 
 #: Select words and insert into terminal.