ufw+nvim+tmux

This commit is contained in:
Henrik Bakken
2023-07-21 21:11:20 +02:00
parent b571876e8b
commit 7f21e3457b
4 changed files with 17 additions and 7 deletions
-5
View File
@@ -142,11 +142,6 @@ bind Q kill-pane
# clear selected pane
bind-key b send-keys -R \; clear-history \; send-keys Enter
# present a menu of URLs to open from the visible pane. sweet.
bind u capture-pane \;\
save-buffer /tmp/tmux-buffer \;\
split-window -l 10 "urlview /tmp/tmux-buffer"
# Smart pane switching with awareness of Vim splits.
# See: https://github.com/christoomey/vim-tmux-navigator
is_vim="ps -o state= -o comm= -t '#{pane_tty}' \