1
0
raylu 1 жил өмнө
parent
commit
e97277ce89
2 өөрчлөгдсөн 4 нэмэгдсэн , 4 устгасан
  1. 3 3
      config/kitty/kitty.conf
  2. 1 1
      zshrc

+ 3 - 3
config/kitty/kitty.conf

@@ -1349,12 +1349,12 @@ map kitty_mod+enter next_layout
 #: external program or insert it into the terminal or copy it to the
 #: clipboard.
 
-# map kitty_mod+e kitten hints
+map kitty_mod+e kitten hints
 
 #: Open a currently visible URL using the keyboard. The program used
 #: to open the URL is specified in open_url_with.
 
-# map kitty_mod+p>f kitten hints --type path --program -
+map kitty_mod+p>f kitten hints --type path --program -
 
 #: Select a path/filename and insert it into the terminal. Useful, for
 #: instance to run git commands on a filename output from a previous
@@ -1384,7 +1384,7 @@ map kitty_mod+enter next_layout
 #: Select something that looks like filename:linenum and open it in
 #: vim at the specified line number.
 
-# map kitty_mod+p>y kitten hints --type hyperlink
+map kitty_mod+p>y kitten hints --type hyperlink --program -
 
 #: Select a hyperlink (i.e. a URL that has been marked as such by the
 #: terminal program, for example, by ls --hyperlink=auto).

+ 1 - 1
zshrc

@@ -61,7 +61,7 @@ export GREP_COLORS='ms=01;36:mc=01;31:sl=:cx=:fn=35:ln=33:bn=33:se=01;34'
 
 if [ -x ~/bin/eza ]; then
 	export EZA_COLORS=bu=0:cr=0
-	alias ls='eza --group-directories-first --mounts --group --icons=auto'
+	alias ls='eza --group-directories-first --mounts --group --hyperlink --icons=auto'
 else
 	alias ls='ls --color=auto -hv --group-directories-first'
 fi