Commit Graph
20 Commits
Author SHA1 Message Date
dissimulo 4fa6f90a9e Strip vim entirely; EDITOR is nano
dissimulo does not use vim. Removes the editor, its config tree, its plugin
manager, and everything that would reinstall it on a re-bootstrap.

Deleted (82 files):
  vim/ (64)          the whole config tree, 1.7M
  doc/vim/ (8)       its documentation
  .vimrc, vimrc, .vim
  bin/yadr/vundle.rb, yadr-vim-{add,delete,list}-plugin
  bin/fix_macvim_external_display.sh   MacVim on macOS, dead here anyway
  vimify/            vi keybindings for readline/libedit, dropped on request

Edited:
  Rakefile        drop the vundle require, the vim install block, the
                  vundle_migration and install_vundle tasks, their two helper
                  methods, and the macvim homebrew line. Without this a
                  re-bootstrap would pull all of it straight back.
  install.sh      .vim/.vimrc out of the symlink list
  zsh/vi-mode.zsh EDITOR/VISUAL now nano. The zsh vi keybindings stay; they
                  are not vim.
  zsh/aliases.zsh yav/ydv/ylv, the MacVim detection block and ve removed;
                  ae/ze/gi now open nano
  git/gitconfig   mvimdiff mergetool removed, editor set to nano
  .tmux.conf      vim-tmux-navigator replaced with direct select-pane binds.
                  It ran ps piped to grep on EVERY C-h/j/k/l press to ask
                  whether vim held the pane: two forks per pane switch for a
                  question that can now only answer no. mode-keys and
                  status-keys vi stay, being tmux own key style, unrelated to
                  the editor.
  .gitignore/.dockerignore/Dockerfile   dead paths and the vim package

Also renames the installer banner to DRUNKENDOTFILES, piped through lolcat
when present with a plain-text fallback.

Left alone: the .yadr paths (renaming the checkout is a separate job), generic
swap-file ignores, the fasd viminfo support (third-party), and prose mentions.
2026-08-25 12:22:43 -07:00
NikolaiandGitHub 4f9160e1b5 Update ,K in docs
https://github.com/skwp/dotfiles/commit/78da69d421ba3af8f835fdb6aa6c0076154472a2
2018-02-05 20:35:19 +00:00
Alan YeeandGitHub 82c7752cae Update and rename osx_tools.md to macos_tools.md 2017-09-05 00:12:38 -07:00
Luiz Gonzaga dos Santos Filho 628a97be6a [Credits] Add docker support 2017-06-20 17:10:44 +02:00
Yan PritzkerandGitHub e5a1358508 Revert "Migrate from the silver searcher to ripgrep" 2017-05-30 16:40:31 -05:00
Steven Barragán 956c0ed4df Migrate from the silver searcher to ripgrep 2016-12-31 13:34:40 -06:00
Nate ProutyandGitHub eb1896db2e Fix unclosed parenthesis; make phrasing clearer. 2016-08-30 15:50:39 -04:00
Luiz Gonzaga dos Santos Filho 67805ebbae Remove: TagBar and Conque orphan references 2016-03-28 23:48:25 +02:00
Mert Yazıcıoğlu 3671c156e3 Fixed a typo 2015-08-22 10:47:55 +03:00
Gerry 432f998af3 Make Easymotion keys visible
The current readme uses tag delimiters which results in part of the readme being hidden from the end user. It is also not obvious that the commas are keys and not just a break in the sentence. For this and other reasons I also wrapped all keys in the kdb tags were are specifically intended for this situation.
2014-12-23 13:15:04 +11:00
Timothy Stott 7f2112cf68 Update vim enhancements README with Lightline 2014-11-11 21:58:51 +00:00
Yan Pritzker ce5b38ebb0 Navigate seamlessly between vim and tmux [Fix #526] 2014-10-24 15:01:18 -05:00
Yan Pritzker b8a90b09d1 Update themes.md 2014-10-21 09:08:33 -05:00
Yan Pritzker 6fbfb168f7 Explain how to deal with unsolarized terminals in docs 2014-07-03 17:17:21 -04:00
Yan Pritzker 51fd5bc84d Ability to disable solarized enhancements [Fix #487] 2014-06-24 11:36:28 -05:00
Vadim Golub 2125d3de0d Snipmate description updated
Scrooloose snippets were replaced with honza/vim-snippets.
2014-04-10 21:27:04 +03:00
Yan Pritzker 399d1d290a Replace GitGrep with Ag 2014-02-15 21:08:32 -06:00
Yan Pritzker 9dea8f46c8 Fix docs 2014-01-28 09:20:55 -06:00
Yan Pritzker 14e119cf35 Swap specky for lighter weight rspec.vim for highlighting 2013-12-15 15:17:04 -06:00
Yan PritzkerandYan Pritzker 287b3eff2b Splitting up docs 2013-12-15 15:01:30 -06:00