Resize font (URxvt)
Apply changes without resetting pywal colors. Other: - open current bg in ranger - update Watson fish completion - update NZXT packages
This commit is contained in:
@@ -75,11 +75,11 @@ class fzf_select(Command):
|
||||
if self.quantifier:
|
||||
# match only directories
|
||||
command="find -L . \( -path '*/\.*' -o -fstype 'dev' -o -fstype 'proc' \) -prune \
|
||||
-o -type d -print 2> /dev/null | sed 1d | cut -b3- | fzf +m"
|
||||
-o -type d -print 2> /dev/null | sed 1d | cut -b3- | fzf +m -e"
|
||||
else:
|
||||
# match files and directories
|
||||
command="find -L . \( -path '*/\.*' -o -fstype 'dev' -o -fstype 'proc' \) -prune \
|
||||
-o -print 2> /dev/null | sed 1d | cut -b3- | fzf +m"
|
||||
-o -print 2> /dev/null | sed 1d | cut -b3- | fzf +m -e"
|
||||
fzf = self.fm.execute_command(command, stdout=subprocess.PIPE)
|
||||
stdout, stderr = fzf.communicate()
|
||||
if fzf.returncode == 0:
|
||||
|
||||
@@ -277,7 +277,7 @@ map ? help
|
||||
map W display_log
|
||||
# map w taskview_open
|
||||
# map S shell $SHELL
|
||||
map s shell fish -C "cd %d"
|
||||
map s shell exec fish -C "cd %d"
|
||||
|
||||
map : console
|
||||
map ; console
|
||||
|
||||
Reference in New Issue
Block a user