Having issues with Kitty, back to urxvt

This commit is contained in:
Daniel Flanagan 2019-03-13 07:50:31 -05:00
parent ecb7fc25ec
commit cc70295322
2 changed files with 8 additions and 2 deletions

View File

@ -72,6 +72,7 @@ else
endif
Plug 'junegunn/vim-plug' " plugin manager should manage itself
Plug 'lytedev/elm-vim' " elm lang
Plug 'vim-airline/vim-airline' " status line
Plug 'vim-airline/vim-airline-themes' " more minimal status line
Plug 'nathanaelkane/vim-indent-guides' " indentation guides
@ -96,9 +97,10 @@ Plug 'wellle/targets.vim' " adds some more
Plug 'dbakker/vim-projectroot' " adds helper functions for getting to a project's root directory
Plug 'junegunn/goyo.vim' " better distraction-free editing
Plug 'editorconfig/editorconfig-vim' " loads project-specific editor settings
Plug 'sheerun/vim-polyglot' " vim plugin loader for many languages
Plug 'leafo/moonscript-vim', {'for': ['moon', 'moonscript']} " moonscript language
Plug 'OmniSharp/omnisharp-vim', {'for': ['cs']} " C# language
Plug 'junegunn/vim-peekaboo' " preview registers
Plug 'scrooloose/nerdtree' " file browser
Plug 'tpope/vim-eunuch' " unix helper commands
Plug 'sheerun/vim-polyglot' " vim plugin loader for many languages

View File

@ -164,7 +164,11 @@ super + shift + t
# spawn a terminal
super + Return
kitty
urxvtc
# spawn a rock-solid and reliable terminal
super + alt + Return
urxvtc
# spawn a floating terminal
super + shift + Return