Open yjlintw opened 6 years ago
First install it:
sudo apt-get install xcape
Then configure it in the following way:
# make CapsLock behave like Ctrl:
setxkbmap -option ctrl:nocaps
# make short-pressed Ctrl behave like Escape:
xcape -e 'Control_L=Escape'
$ sudo add-apt-repository ppa:aacebedo/fasd
$ sudo apt-get update
$ sudo apt-get install fasd
Download it here Install Dependencies (libevent and ncurses)
$ sudo apt-get install libevent-dev libncurses-dev pkg-config
Install tmux
$ ./configure && make
$ sudo make install
$ sudo add-apt-repository ppa:neovim-ppa/stable
$ sudo apt-get update
$ sudo apt-get install neovim
$ pip2 install --upgrade neovim
$ pip3 install --upgrade neovim
Consider using oblitum/YouCompleteMe instead
$ sudo apt-get install build-essential cmake
More information here
$ cd ~/.local/share/nvim/site/plugged/YouCompleteMe
$ ./install.py --clang-completer
add the following line to .bashrc
# Switch to ZSH shell
if test -t 1; then
exec zsh
fi
~/.config/nvim
is wronginstall font Hack from powerline/fontschange color scheme to Tango