Docbroke

Results 20 issues of Docbroke

I found some difficulties in using `m` command to change file name. 1. Once you start changing file name, with `m` there is no way to cancel and go back...

bug

``` vis 2>/dev/null ```

Hi, I have recently moved from vim to vis and I am missing syntax highlighting for conky, remind and groff (mom macros) files. I tried to find out lexer files...

When pressed enough times, down arrow key, which is seen as '\e[B' sometime mis-interpreted as B triggering bulk-rename-all function. My guess is this may also happen with other special keys,...

bug

example code ``` ## sort by time in downloads dirs IFS=$'\n' if [[ $PWD == ~/Downloads* ]]; then dirs=($(stat -c '%Y=%n' "${dirs[@]}" | sort -nr | cut -d '=' -f2))...

Sort by time, if current directory is Downloads*

example code ``` ## run du/ncdu to get sizes u) [[ -e "${list[scroll]}" ]] && { clear_screen reset_terminal status_line "${list[scroll]}" type ncdu &> /dev/null && ncdu "${list[scroll]}" || du "${list[scroll]}"...

example code ``` # Mark files for operation. ${FFF_KEY_YANK:=y}|\ ${FFF_KEY_MOVE:=m}|\ ${FFF_KEY_TRASH:=d}|\ ${FFF_KEY_LINK:=s}|\ ${FFF_KEY_BULK_RENAME:=b}) mark "$scroll" "$1" ((scroll < list_total)) && { ((scroll++)) ((y < max_items)) && ((y++)) print_line "$((scroll-1))" printf...

Allow support for group/channel admins, so they can manage groups. Like add/remove users/admin modify user/admin permissions create/remove join links see/search members of group/channel