diff options
-rw-r--r-- | vifm/.config/vifm/vifmrc | 1 | ||||
-rw-r--r-- | vim/.vimrc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/vifm/.config/vifm/vifmrc b/vifm/.config/vifm/vifmrc index 0dd5220..f02455a 100644 --- a/vifm/.config/vifm/vifmrc +++ b/vifm/.config/vifm/vifmrc @@ -40,6 +40,7 @@ nnoremap ,i :!inkscape %f<cr> nnoremap <c-d> :q<cr> nnoremap <c-l> <c-w>l nnoremap <bs> <c-w>h +nnoremap R :sort<cr>c " To disable automatic tagging of search results nnoremap coh :set hlsearch!<cr> @@ -70,7 +70,7 @@ if has("nvim") Plug '~/dotfiles/plugins/nvim-i3scratchpad' endif -if hostname() != "peuplier" +if has("nvim") && hostname() != "peuplier" Plug 'neovim/nvim-lsp' endif |