start new:
tmux
start new with session name:
tmux new -s myname
| -- Usage: type :IncrementalRename <new_name> while your cursor is placed above an identifier (LSP must be enabled) | |
| -- Update: this gist will no longer be updated since this command has been turned into a plugin! | |
| -- You can find the plugin here: https://github.com/smjonas/inc-rename.nvim | |
| local state = { | |
| added_lines = false, | |
| orig_lines = {}, | |
| lsp_positions = {}, | |
| } |