-
<ctrl-enter>
Follow link under cursor -
<ctrl-p>
open quick switcher -
<ctrl-i>
Navigate forward -
<ctrl-o>
Navigate back
-
<cmd-ctrl-enter>
Open link under cursor in new pane -
<cmd-h>
Focus on pane to the left - `` Focus on pane to the right
#-------------------------------------------------------# | |
#-------------------------------------------------------# | |
# General settings ⬇️ ⬇️ ⬇️ | |
#-------------------------------------------------------# | |
#set mouse off/on - if off, forces you to use keyboard with prefix-[ | |
set -g mouse on | |
# start with window 1 (instead of 0) | |
set -g base-index 1 |
# Font configuration (changes require restart) | |
font: | |
normal: | |
family: Hack Nerd Font Mono | |
style: Regular | |
bold: | |
family: Hack Nerd Font Mono | |
style: Bold | |
italic: | |
family: Hack Nerd Font Mono |
# ... your other config | |
bind-key -n M-3 run-shell 'toggle-tmux-popup' | |
# you can switch `M-3` to any keybindings you like. |
" ================================================================================================ | |
" = Extensions ===================================== | |
" ================================================================================================ | |
Plug 'tpope/vim-surround' | |
Plug 'preservim/nerdtree' | |
" ================================================================================================ | |
" = Basic settings ===================================== | |
" ================================================================================================ | |
set clipboard+=unnamed |