ufw+nvim+tmux
This commit is contained in:
@@ -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}' \
|
||||
|
||||
Reference in New Issue
Block a user