From 4818098e614f4ef30a322601f932923a46c31207 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 30 Jan 2022 18:36:45 +0330 Subject: updates --- .config/ranger/rc.conf | 11 +++++++---- .gdbinit | 1 + .screenrc | 6 ++++++ .zshrc | 2 ++ 4 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 .screenrc diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 9d32017..f285c3a 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -44,10 +44,10 @@ set confirm_on_delete multiple # Use non-default path for file preview script? # ranger ships with scope.sh, a script that calls external programs (see # README.md for dependencies) to preview images, archives, etc. -#set preview_script ~/.config/ranger/scope.sh +set preview_script ~/.config/ranger/scope.sh # Use the external preview script or display simple plain text or image previews? -#set use_preview_script true +set use_preview_script true # Automatically count files in the directory, even before entering them? set automatically_count_files true @@ -121,7 +121,7 @@ set unicode_ellipsis false # BIDI support - try to properly display file names in RTL languages (Hebrew, Arabic). # Requires the python-bidi pip package -set bidi_support false +set bidi_support true # Show dotfiles in the bookmark preview box? set show_hidden_bookmarks true @@ -238,7 +238,7 @@ set cd_tab_case sensitive # Use fuzzy tab completion with the "cd" command. For example, # ":cd /u/lo/b" expands to ":cd /usr/local/bin". -set cd_tab_fuzzy false +set cd_tab_fuzzy true # Avoid previewing files larger than this size, in bytes. Use a value of 0 to # disable this feature. @@ -725,3 +725,6 @@ tmap eval -q fm.ui.taskview.task_remove() tmap redraw_window tmap taskview_close copytmap q Q w + +map f console scout -ftsea%space +map shell dragon -a -x %p --and-exit diff --git a/.gdbinit b/.gdbinit index 34c1d43..9bf37bd 100644 --- a/.gdbinit +++ b/.gdbinit @@ -22,6 +22,7 @@ end # configs set listsize 13 set follow-fork-mode child +set follow-exec-mode new set pagination off set detach-on-fork on set breakpoint pending on diff --git a/.screenrc b/.screenrc new file mode 100644 index 0000000..0b544c0 --- /dev/null +++ b/.screenrc @@ -0,0 +1,6 @@ +hardstatus alwayslastline +hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c %{g}]' +escape ^Bb +defscrollback 1000 +vbell off +term screen-256color diff --git a/.zshrc b/.zshrc index 9dd2df1..2d1a5dd 100644 --- a/.zshrc +++ b/.zshrc @@ -189,6 +189,8 @@ alias bashrc="vim ~/scripts/.bashrc" alias fixbashrc="cp ~/scripts/.bashrc ~/" alias offlineimaprc="vim ~/scripts/.offlineimaprc" alias fixofflineimaprc="cp ~/scripts/.offlineimaprc ~/" +alias screenrc="vim ~/scripts/.screenrc" +alias fixscreenrc="cp ~/scripts/.screenrc ~/" #autosuggest ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#5f5fff,bg=#000000,bold" -- cgit v1.2.3