Skip to content

Commit

Permalink
visual tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
3ximus committed Apr 6, 2023
1 parent 6b722cf commit f7a2b3c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bash/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ alias wget-directory='wget -r -np -nc -nd -k'
alias pip-upgrade='pip3 list --outdated --format=freeze | grep -v "^\-e" | cut -d = -f 1 | xargs -n1 sudo pip3 install -U'

# start konsole emulator attached to remote tmux session
alias kali-tmux='konsole --workdir /home/eximus/Desktop/kali -e "vagrant ssh -- -t tmux new-session -A -s KALI -c /vagrant"'
alias kali-tmux='vagrant ssh -- -t tmux new-session -A -s KALI -c /vagrant'
alias cutter='LIBGL_ALWAYS_INDIRECT=1 /home/vagrant/tools/Cutter-v2.2.0-Linux-x86_64.AppImage'

# PLEX
Expand Down
2 changes: 1 addition & 1 deletion .bash/blerc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ bleopt indent_tabs=1
# position of the cursor on dirty section after undo (end or beg)
bleopt undo_point=end

bleopt prompt_eol_mark=$'\e[1m[EOF]\e[m'
bleopt prompt_eol_mark=$'\e[4;1;33m[EOF]\e[m'
bleopt exec_errexit_mark=$'\e[1;31m$? >>> %d\e[m'

bleopt line_limit_length=10000
Expand Down
2 changes: 0 additions & 2 deletions .bash/scripts/kali-tmux

This file was deleted.

4 changes: 2 additions & 2 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ set-window-option -g window-status-separator " "
# - last window flag
# Z window zoomed flag
# ' ' (a space): no flags at all.
set-window-option -g window-status-format " #F#{?monitor-silence,[#{E:monitor-silence}s],}#{?monitor-activity,[M],} #I #W"
set-window-option -g window-status-current-format " #{?window_zoomed_flag,Z,}#{?monitor-silence,[#{E:monitor-silence}s],}#{?monitor-activity,[M],} #I #W"
set-window-option -g window-status-format " #{s/Z//:window_flags}#{?monitor-silence,[#{E:monitor-silence}s],}#{?monitor-activity,[M],} #I #W"
set-window-option -g window-status-current-format " #{s/\\*//:#{s/Z//:window_flags}}#{?monitor-silence,[#{E:monitor-silence}s],}#{?monitor-activity,[M],} #I #W"

# window styles
set-window-option -g window-status-style fg=colour7,bg=default
Expand Down
1 change: 0 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ nmap <C-N> :bn<CR>
nmap <C-W>n :tabnext<CR>
nmap <C-W>p :tabprevious<CR>
nmap <C-W>N :tabe %<CR>
nmap <C-W><C-N> :tabe %<CR>
" run macro saved to q
nnoremap <leader>q @q
Expand Down

0 comments on commit f7a2b3c

Please sign in to comment.