Yasuyuki Matsumoto

Results 36 comments of Yasuyuki Matsumoto

How about making the following settings the defaults? ``` vim.o.ignorecase = true vim.o.smartcase = true ``` It seems that [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim) and many others are also set, and other editors seem...

I created a simple status line ![Screen Shot 2021-03-11 at 19 23](https://user-images.githubusercontent.com/42740055/111114884-3d55d500-85a7-11eb-9891-fa196b343061.png) ![Screen Shot 2021-03-11 at 19 27](https://user-images.githubusercontent.com/42740055/111114887-3e870200-85a7-11eb-80f8-677bd7b358b3.png) ![Screen Shot 2021-03-11 at 19 28](https://user-images.githubusercontent.com/42740055/111114888-3f1f9880-85a7-11eb-9e6e-a6898aa43a02.png) https://github.com/yamatsum/nvim-nonicons

@glepnir Does this mean that it can be achieved with the current implementation? Is there any setting example?

As per the README, using enable_default_keybindings didn't work either. I can move between tmux panels, but I can't move between vim windows in vim on tmux

@aserowy Thank you for your reply Try it with the above settings! Still doesn't work The version is stable v0.6.0

@aserowy @ErickChacon When I move from vim on tmux to pane on tmux, I feel that `:lua require('tmux').move_*()` doesn't work. From tmux pane to tmux pane works fine. Moving from...

https://github.com/numToStr/Navigator.nvim works fine

https://github.com/alacritty/alacritty/issues/957

Thanks for the report! Due to the large number of icons, it is difficult to make it compatible with other font sets now by myself. I will consider it when...