Skip to content

Commit

Permalink
Kitty term stuff
Browse files Browse the repository at this point in the history
ixil committed Apr 16, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2157b00 commit e02c020
Showing 2 changed files with 13 additions and 7 deletions.
17 changes: 10 additions & 7 deletions plugins.vim
Original file line number Diff line number Diff line change
@@ -309,6 +309,8 @@ call plug#begin('~/.local/share/vim/plugged')
Plug 'godlygeek/tabular'

" Binaries Interfaces And Helpers:
Plug 'ojroques/vim-oscyank'


Plug 'dbeniamine/cheat.sh-vim'
Plug 'wincent/terminus'
@@ -341,13 +343,14 @@ call plug#begin('~/.local/share/vim/plugged')
" Plug 'papis/papis-vim.git'



" Tmux:
Plug 'christoomey/vim-tmux-navigator' " C{hjkl} to move about panes:
" Plug 'tmux-plugins/vim-tmux-focus-events' "terminus
Plug 'tmux-plugins/vim-tmux' " Filetype for .tmux.conf
" Plug 'tpope/vim-tbone'
"Plug 'benmills/vimux'
" Kitty:
Plug 'knubie/vim-kitty-navigator'
" Tmux:
Plug 'christoomey/vim-tmux-navigator' " C{hjkl} to move about panes:
" Plug 'tmux-plugins/vim-tmux-focus-events' "terminus
Plug 'tmux-plugins/vim-tmux' " Filetype for .tmux.conf
" Plug 'tpope/vim-tbone'
"Plug 'benmills/vimux'

" TODO make the mappings between repl things the same
" Inline REPL:
3 changes: 3 additions & 0 deletions plugsettings.vim
Original file line number Diff line number Diff line change
@@ -188,3 +188,6 @@ source $XDG_CONFIG_HOME/vim/conf.d/operator-highlight.vim

" NightAndDay:
source $XDG_CONFIG_HOME/vim/conf.d/night-and-day.vim

let g:kitty_navigator_listening_on_address = $XDG_RUNTIME_DIR . '/kitty'
let g:oscyank_term = 'kitty'

0 comments on commit e02c020

Please sign in to comment.