Skip to content

zyl9737/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal config for some tools

All the shortcuts are recorded on here.

All configuration files are in the repository.

1. tmux

Reference: Oh-My-Tmux

Installation

Requirements:

  • tmux >= 2.6 running inside Linux, Mac, OpenBSD, Cygwin or WSL
  • awk, perl (with Time::HiRes support) and sed
  • outside of tmux, $TERM must be set to xterm-256color

⚠️ Before installing, you may want to backup your existing configuration.

You can install Oh my tmux! at any of the following locations:

  • ~
  • $XDG_CONFIG_HOME/tmux
  • ~/.config/tmux

Installing in ~:

$ cd
$ git clone https://github.com/gpakosz/.tmux.git
$ ln -s -f .tmux/.tmux.conf
$ cp .tmux/.tmux.conf.local .

Change

In tmux session, you can <prefix e> to change the config that is more suitable for youself. For example:

tmux_conf_theme_pane_border="$tmux_conf_theme_colour_3" # Make the boundary lines clearer.

2. AHKHotKey

Requirements:

  • AutoHotKey =1.1 on windows, you can download here.

3. VSCode(enhanced by VSCodeVim)

Reference: Set up VSCode Like NeoVim

Requirements:

  • VSCodeVim

Change

Requirements:

  • Code Ace Jumper. With this plugin, I can quickly locate words by pressing Ctrl+;.
  • Projects Manager. With this plugin, I can show my projects list by alt + shift + p

4. NeoVim

I use this Integration package for better C++ programing.

there are still much to be improved.

5. IDEA Vim

Requirements:

  • IdeaVim
  • IdeaVim-EasyMotion
  • IdeaVimExtension
  • which-key (Shortcut tips)
  • CodeGlance Pro (like Code Ace Jumper in VSCode)
  • Translation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published