Compare commits

...

2 Commits

Author SHA1 Message Date
Michel 1775912d38 feat(nvim): move nvr symlink to nvim repository 2023-04-17 18:08:51 +02:00
Michel 854865ffc2 feat(kitty): ignore hyperlinks with mouse left click 2023-04-17 17:18:15 +02:00
2 changed files with 15 additions and 6 deletions

View File

@ -76,7 +76,17 @@ scrollback_lines 10000
#: Mouse {{{1
#
# file:///usr/share/dokitty/html/open_actions.html
# file:///usr/share/doc/kitty/html/conf.html#conf-kitty-mouse-mousemap
#
# `mouse_map button-name event-type modes action`
# - left, middle, right + keyboard modifiers
# - click, press, release, doubleclick, doublepress, triplepress (+click_interval)
# - grabbed, ungrabbed
#
# See also `kitty --debug-input`
# Don't process link
mouse_map left click ungrabbed mouse_handle_click selection prompt
#: Performance tuning {{{1

9
.zshrc
View File

@ -166,13 +166,12 @@ alias ls='exa --icons --no-permissions --no-user'
alias make='colormake-short'
# Neovim — nvim
local nvim_python=($HOME/.config/nvim/.direnv/python-3*(om))
nvim_python=$nvim_python[1]
# Use `export NVIM=$(nvr --serverlist | fzf)` to choose existing instance
alias nvr="${nvim_python}/bin/nvr"
#
# To choose an existing instance for nvr, use:
# `export NVIM=$(nvr --serverlist | fzf --exit-0 --select-1) && echo $NVIM`
alias vi='nvim'
# Debian Specific:
# sudo dpkg-divert --divert /usr/bin/fd --rename /usr/bin/fdfind